Html Css Color HEX #78720C Olive

📋 copy color: '#78720C'

red 120 ◦ green 114 ◦ blue 12

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

Shades of Olive #78720C

Tints of Olive #78720C

RGB

 RED value IS 120 (47.27% from 255) = 48.78%

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 48.78%
G = 46.34%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78720C (or 0x78720C) is known color: Olive. HEX triplet: 78, 72 and 0C. RGB value is (120,114,12). Sum of RGB (Red+Green+Blue) = 120+114+12=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78720C is #878DF3. Grayscale: #686868. Windows color (decimal): -8883700 or 815736. OLE color: 815736.

HSL color Cylindrical-coordinate representation of color #78720C: hue angle of 56.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78720C is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 12 -
CMYK 0 0.05 0.90 0.53
HSL 56.67º 0.82% 0.26% -
HSV(B) 56.67º 0.9% 0.47% -
XYZ 13.83 16.05 2.72 -
YUV 104.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 120 114 12 0 0.05 0.90 0.53 56.67 0.82 0.26
Hex 78 72 C 0 5 5A 35 39 52 1A
Octal 170 162 14 0 5 132 65 71 122 32
Binary 1111000 1110010 1100 0 101 1011010 110101 111001 1010010 11010

Color Harmonies of #78720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78720C

Black with #78720C

Text Example


Text Example

White with #78720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78720C; }

 p { color: rgb(120,114,12); }

 H1.HeaderClassName
 {
   color: #78720C;
 }
 .AnyTagClassName
 {
   color: #78720C;
 }
</style>

background-color css

<style>
 a { background-color: #78720C; }

 a { background-color: rgb(120,114,12); }

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

border-color css

<style>
 span { border-color: #78720C; }

 span { border-color: rgb(120,114,12); }

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