Html Css Color HEX #7C8608 Olive

📋 copy color: '#7C8608'

red 124 ◦ green 134 ◦ blue 8

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

Shades of Olive #7C8608

Tints of Olive #7C8608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

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

R = 46.62%
G = 50.38%
B = 3.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#7C8608 (or 0x7C8608) is known color: Olive. HEX triplet: 7C, 86 and 08. RGB value is (124,134,8). Sum of RGB (Red+Green+Blue) = 124+134+8=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8608 is #8379F7. Grayscale: #757575. Windows color (decimal): -8616440 or 558716. OLE color: 558716.

HSL color Cylindrical-coordinate representation of color #7C8608: hue angle of 64.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C8608 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 134 8 -
CMYK 0.07 0 0.94 0.47
HSL 64.76º 0.89% 0.28% -
HSV(B) 64.76º 0.94% 0.53% -
XYZ 16.88 21.35 3.46 -
YUV 116.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 124 134 8 0.07 0 0.94 0.47 64.76 0.89 0.28
Hex 7C 86 8 7 0 5E 2F 41 59 1C
Octal 174 206 10 7 0 136 57 101 131 34
Binary 1111100 10000110 1000 111 0 1011110 101111 1000001 1011001 11100

Color Harmonies of #7C8608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8608

Black with #7C8608

Text Example


Text Example

White with #7C8608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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