Html Css Color HEX #7D7008 Olive

📋 copy color: '#7D7008'

red 125 ◦ green 112 ◦ blue 8

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

Shades of Olive #7D7008

Tints of Olive #7D7008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 51.02%
G = 45.71%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D7008 (or 0x7D7008) is known color: Olive. HEX triplet: 7D, 70 and 08. RGB value is (125,112,8). Sum of RGB (Red+Green+Blue) = 125+112+8=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7008 is #828FF7. Grayscale: #686868. Windows color (decimal): -8556536 or 553085. OLE color: 553085.

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

Color convert

RGB 125 112 8 -
CMYK 0 0.10 0.94 0.51
HSL 53.33º 0.88% 0.26% -
HSV(B) 53.33º 0.94% 0.49% -
XYZ 14.3 15.97 2.56 -
YUV 104.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 125 112 8 0 0.10 0.94 0.51 53.33 0.88 0.26
Hex 7D 70 8 0 A 5E 33 35 58 1A
Octal 175 160 10 0 12 136 63 65 130 32
Binary 1111101 1110000 1000 0 1010 1011110 110011 110101 1011000 11010

Color Harmonies of #7D7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7008

Black with #7D7008

Text Example


Text Example

White with #7D7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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