Html Css Color HEX #78700E Olive

📋 copy color: '#78700E'

red 120 ◦ green 112 ◦ blue 14

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

Shades of Olive #78700E

Tints of Olive #78700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 48.78%
G = 45.53%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#78700E (or 0x78700E) is known color: Olive. HEX triplet: 78, 70 and 0E. RGB value is (120,112,14). Sum of RGB (Red+Green+Blue) = 120+112+14=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78700E is #878FF1. Grayscale: #676767. Windows color (decimal): -8884210 or 946296. OLE color: 946296.

HSL color Cylindrical-coordinate representation of color #78700E: hue angle of 55.47º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78700E is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 14 -
CMYK 0 0.07 0.88 0.53
HSL 55.47º 0.79% 0.26% -
HSV(B) 55.47º 0.88% 0.47% -
XYZ 13.62 15.61 2.71 -
YUV 103.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 120 112 14 0 0.07 0.88 0.53 55.47 0.79 0.26
Hex 78 70 E 0 7 58 35 37 4F 1A
Octal 170 160 16 0 7 130 65 67 117 32
Binary 1111000 1110000 1110 0 111 1011000 110101 110111 1001111 11010

Color Harmonies of #78700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78700E

Black with #78700E

Text Example


Text Example

White with #78700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78700E; }

 p { color: rgb(120,112,14); }

 H1.HeaderClassName
 {
   color: #78700E;
 }
 .AnyTagClassName
 {
   color: #78700E;
 }
</style>

background-color css

<style>
 a { background-color: #78700E; }

 a { background-color: rgb(120,112,14); }

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

border-color css

<style>
 span { border-color: #78700E; }

 span { border-color: rgb(120,112,14); }

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