Html Css Color HEX #7C7008 Olive

📋 copy color: '#7C7008'

red 124 ◦ green 112 ◦ blue 8

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

Shades of Olive #7C7008

Tints of Olive #7C7008

RGB

 RED value IS 124 (48.83% from 255) = 50.82%

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

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

R = 50.82%
G = 45.9%
B = 3.28%

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

#7C7008 (or 0x7C7008) is known color: Olive. HEX triplet: 7C, 70 and 08. RGB value is (124,112,8). Sum of RGB (Red+Green+Blue) = 124+112+8=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7008 is #838FF7. Grayscale: #686868. Windows color (decimal): -8622072 or 553084. OLE color: 553084.

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

Color convert

RGB 124 112 8 -
CMYK 0 0.10 0.94 0.51
HSL 53.79º 0.88% 0.26% -
HSV(B) 53.79º 0.94% 0.49% -
XYZ 14.15 15.89 2.55 -
YUV 103.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 124 112 8 0 0.10 0.94 0.51 53.79 0.88 0.26
Hex 7C 70 8 0 A 5E 33 36 58 1A
Octal 174 160 10 0 12 136 63 66 130 32
Binary 1111100 1110000 1000 0 1010 1011110 110011 110110 1011000 11010

Color Harmonies of #7C7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7008

Black with #7C7008

Text Example


Text Example

White with #7C7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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