#7D9718

Color #7D9718 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #7D9718

Tints of Citron #7D9718

Color information

#7D9718 (or 0x7D9718) is unknown color: approx Citron. HEX triplet: 7D, 97 and 18. RGB value is (125,151,24). Sum of RGB (Red+Green+Blue) = 125+151+24=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9718 is #8268E7. Grayscale: #818181. Windows color (decimal): -8546536 or 1611645. OLE color: 1611645.

HSL color Cylindrical-coordinate representation of color #7D9718: hue angle of 72.28º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D9718 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB12515124-
CMYK0.1700.840.41
HSL72.28º72.57%34.31%-
HSV(B)72.28º84.11%59.22%-
XYZ19.6926.564.95-
YUV128.7568.89125.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 41.67%
GREEN value IS 151 (59.38% from 255) = 50.33%
BLUE value IS 24 (9.77% from 255) = 8%
R=41.67%
G=50.33%
B=8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125151240.1700.840.4172.2872.5734.31
Hex7D97181105429484922
Octal175227302101245111011142
Binary11111011001011111000100010101010010100110010001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D9718; }

 p { color: rgb(125,151,24); }

 H1.HeaderClassName
 {
   color: #7D9718;
 }
 .AnyTagClassName
 {
   color: #7D9718;
 }
</style>
background-color css

<style>
 a { background-color: #7D9718; }

 a { background-color: rgb(125,151,24); }

 div.DivClassName
 {
   background-color: #7D9718;
 }
 .BgClassName
 {
   background-color: #7D9718;
 }
</style>
border-color css

<style>
 span { border-color: #7D9718; }

 span { border-color: rgb(125,151,24); }

 td.TdClassName
 {
   border-color: #7D9718;
 }
 .TagClassName
 {
   border-color: #7D9718;
 }
</style>