Html Css Color HEX #7C7908 Olive

📋 copy color: '#7C7908'

red 124 ◦ green 121 ◦ blue 8

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

Shades of Olive #7C7908

Tints of Olive #7C7908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.83%

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

R = 49.01%
G = 47.83%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C7908 (or 0x7C7908) is known color: Olive. HEX triplet: 7C, 79 and 08. RGB value is (124,121,8). Sum of RGB (Red+Green+Blue) = 124+121+8=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7908 is #8386F7. Grayscale: #6D6D6D. Windows color (decimal): -8619768 or 555388. OLE color: 555388.

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

Color convert

RGB 124 121 8 -
CMYK 0 0.02 0.94 0.51
HSL 58.45º 0.88% 0.26% -
HSV(B) 58.45º 0.94% 0.49% -
XYZ 15.19 17.98 2.9 -
YUV 109.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 124 121 8 0 0.02 0.94 0.51 58.45 0.88 0.26
Hex 7C 79 8 0 2 5E 33 3A 58 1A
Octal 174 171 10 0 2 136 63 72 130 32
Binary 1111100 1111001 1000 0 10 1011110 110011 111010 1011000 11010

Color Harmonies of #7C7908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7908

Black with #7C7908

Text Example


Text Example

White with #7C7908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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