Html Css Color HEX #78710E Olive

📋 copy color: '#78710E'

red 120 ◦ green 113 ◦ blue 14

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

Shades of Olive #78710E

Tints of Olive #78710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.75%

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

R = 48.58%
G = 45.75%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#78710E (or 0x78710E) is known color: Olive. HEX triplet: 78, 71 and 0E. RGB value is (120,113,14). Sum of RGB (Red+Green+Blue) = 120+113+14=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710E is #878EF1. Grayscale: #686868. Windows color (decimal): -8883954 or 946552. OLE color: 946552.

HSL color Cylindrical-coordinate representation of color #78710E: hue angle of 56.04º 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 #78710E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 14 -
CMYK 0 0.06 0.88 0.53
HSL 56.04º 0.79% 0.26% -
HSV(B) 56.04º 0.88% 0.47% -
XYZ 13.73 15.84 2.75 -
YUV 103.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 120 113 14 0 0.06 0.88 0.53 56.04 0.79 0.26
Hex 78 71 E 0 6 58 35 38 4F 1A
Octal 170 161 16 0 6 130 65 70 117 32
Binary 1111000 1110001 1110 0 110 1011000 110101 111000 1001111 11010

Color Harmonies of #78710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78710E

Black with #78710E

Text Example


Text Example

White with #78710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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