Html Css Color HEX #7D7209 Olive

📋 copy color: '#7D7209'

red 125 ◦ green 114 ◦ blue 9

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

Shades of Olive #7D7209

Tints of Olive #7D7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 50.4%
G = 45.97%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7D7209 (or 0x7D7209) is known color: Olive. HEX triplet: 7D, 72 and 09. RGB value is (125,114,9). Sum of RGB (Red+Green+Blue) = 125+114+9=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7209 is #828DF6. Grayscale: #696969. Windows color (decimal): -8556023 or 619133. OLE color: 619133.

HSL color Cylindrical-coordinate representation of color #7D7209: hue angle of 54.31º 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 #7D7209 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 114 9 -
CMYK 0 0.09 0.93 0.51
HSL 54.31º 0.87% 0.26% -
HSV(B) 54.31º 0.93% 0.49% -
XYZ 14.52 16.41 2.66 -
YUV 105.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 125 114 9 0 0.09 0.93 0.51 54.31 0.87 0.26
Hex 7D 72 9 0 9 5D 33 36 57 1A
Octal 175 162 11 0 11 135 63 66 127 32
Binary 1111101 1110010 1001 0 1001 1011101 110011 110110 1010111 11010

Color Harmonies of #7D7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7209

Black with #7D7209

Text Example


Text Example

White with #7D7209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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