Html Css Color HEX #76720E Olive

📋 copy color: '#76720E'

red 118 ◦ green 114 ◦ blue 14

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

Shades of Olive #76720E

Tints of Olive #76720E

RGB

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

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

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

R = 47.97%
G = 46.34%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76720E (or 0x76720E) is known color: Olive. HEX triplet: 76, 72 and 0E. RGB value is (118,114,14). Sum of RGB (Red+Green+Blue) = 118+114+14=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76720E is #898DF1. Grayscale: #686868. Windows color (decimal): -9014770 or 946806. OLE color: 946806.

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

Color convert

RGB 118 114 14 -
CMYK 0 0.03 0.88 0.54
HSL 57.69º 0.79% 0.26% -
HSV(B) 57.69º 0.88% 0.46% -
XYZ 13.57 15.92 2.77 -
YUV 103.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 118 114 14 0 0.03 0.88 0.54 57.69 0.79 0.26
Hex 76 72 E 0 3 58 36 3A 4F 1A
Octal 166 162 16 0 3 130 66 72 117 32
Binary 1110110 1110010 1110 0 11 1011000 110110 111010 1001111 11010

Color Harmonies of #76720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76720E

Black with #76720E

Text Example


Text Example

White with #76720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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