Html Css Color HEX #7C8508 Olive

📋 copy color: '#7C8508'

red 124 ◦ green 133 ◦ blue 8

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

Shades of Olive #7C8508

Tints of Olive #7C8508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

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

R = 46.79%
G = 50.19%
B = 3.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#7C8508 (or 0x7C8508) is known color: Olive. HEX triplet: 7C, 85 and 08. RGB value is (124,133,8). Sum of RGB (Red+Green+Blue) = 124+133+8=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8508 is #837AF7. Grayscale: #747474. Windows color (decimal): -8616696 or 558460. OLE color: 558460.

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

Color convert

RGB 124 133 8 -
CMYK 0.07 0 0.94 0.48
HSL 64.32º 0.89% 0.28% -
HSV(B) 64.32º 0.94% 0.52% -
XYZ 16.74 21.08 3.42 -
YUV 116.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 124 133 8 0.07 0 0.94 0.48 64.32 0.89 0.28
Hex 7C 85 8 7 0 5E 30 40 59 1C
Octal 174 205 10 7 0 136 60 100 131 34
Binary 1111100 10000101 1000 111 0 1011110 110000 1000000 1011001 11100

Color Harmonies of #7C8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8508

Black with #7C8508

Text Example


Text Example

White with #7C8508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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