Html Css Color HEX #766E0E Olive

📋 copy color: '#766E0E'

red 118 ◦ green 110 ◦ blue 14

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

Shades of Olive #766E0E

Tints of Olive #766E0E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

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

R = 48.76%
G = 45.45%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#766E0E (or 0x766E0E) is known color: Olive. HEX triplet: 76, 6E and 0E. RGB value is (118,110,14). Sum of RGB (Red+Green+Blue) = 118+110+14=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E0E is #8991F1. Grayscale: #656565. Windows color (decimal): -9015794 or 945782. OLE color: 945782.

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

Color convert

RGB 118 110 14 -
CMYK 0 0.07 0.88 0.54
HSL 55.38º 0.79% 0.26% -
HSV(B) 55.38º 0.88% 0.46% -
XYZ 13.13 15.04 2.63 -
YUV 101.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 118 110 14 0 0.07 0.88 0.54 55.38 0.79 0.26
Hex 76 6E E 0 7 58 36 37 4F 1A
Octal 166 156 16 0 7 130 66 67 117 32
Binary 1110110 1101110 1110 0 111 1011000 110110 110111 1001111 11010

Color Harmonies of #766E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E0E

Black with #766E0E

Text Example


Text Example

White with #766E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E0E; }

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

 H1.HeaderClassName
 {
   color: #766E0E;
 }
 .AnyTagClassName
 {
   color: #766E0E;
 }
</style>

background-color css

<style>
 a { background-color: #766E0E; }

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

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

border-color css

<style>
 span { border-color: #766E0E; }

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

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