Html Css Color HEX #7D7009 Olive

📋 copy color: '#7D7009'

red 125 ◦ green 112 ◦ blue 9

#7D7009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #7D7009

Tints of Olive #7D7009

RGB

 RED value IS 125 (49.22% from 255) = 50.81%

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 50.81%
G = 45.53%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7D7009 (or 0x7D7009) is known color: Olive. HEX triplet: 7D, 70 and 09. RGB value is (125,112,9). Sum of RGB (Red+Green+Blue) = 125+112+9=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7009 is #828FF6. Grayscale: #686868. Windows color (decimal): -8556535 or 618621. OLE color: 618621.

HSL color Cylindrical-coordinate representation of color #7D7009: hue angle of 53.28º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D7009 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 112 9 -
CMYK 0 0.10 0.93 0.51
HSL 53.28º 0.87% 0.26% -
HSV(B) 53.28º 0.93% 0.49% -
XYZ 14.3 15.97 2.59 -
YUV 104.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 125 112 9 0 0.10 0.93 0.51 53.28 0.87 0.26
Hex 7D 70 9 0 A 5D 33 35 57 1A
Octal 175 160 11 0 12 135 63 65 127 32
Binary 1111101 1110000 1001 0 1010 1011101 110011 110101 1010111 11010

Color Harmonies of #7D7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7009

Black with #7D7009

Text Example


Text Example

White with #7D7009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,9); }

 H1.HeaderClassName
 {
   color: #7D7009;
 }
 .AnyTagClassName
 {
   color: #7D7009;
 }
</style>

background-color css

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

 a { background-color: rgb(125,112,9); }

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

border-color css

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

 span { border-color: rgb(125,112,9); }

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