Html Css Color HEX #76700E Olive

📋 copy color: '#76700E'

red 118 ◦ green 112 ◦ blue 14

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

Shades of Olive #76700E

Tints of Olive #76700E

RGB

 RED value IS 118 (46.48% from 255) = 48.36%

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

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

R = 48.36%
G = 45.9%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76700E (or 0x76700E) is known color: Olive. HEX triplet: 76, 70 and 0E. RGB value is (118,112,14). Sum of RGB (Red+Green+Blue) = 118+112+14=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76700E is #898FF1. Grayscale: #676767. Windows color (decimal): -9015282 or 946294. OLE color: 946294.

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

Color convert

RGB 118 112 14 -
CMYK 0 0.05 0.88 0.54
HSL 56.54º 0.79% 0.26% -
HSV(B) 56.54º 0.88% 0.46% -
XYZ 13.34 15.47 2.7 -
YUV 102.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 118 112 14 0 0.05 0.88 0.54 56.54 0.79 0.26
Hex 76 70 E 0 5 58 36 39 4F 1A
Octal 166 160 16 0 5 130 66 71 117 32
Binary 1110110 1110000 1110 0 101 1011000 110110 111001 1001111 11010

Color Harmonies of #76700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76700E

Black with #76700E

Text Example


Text Example

White with #76700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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