Html Css Color HEX #766F0E Olive

📋 copy color: '#766F0E'

red 118 ◦ green 111 ◦ blue 14

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

Shades of Olive #766F0E

Tints of Olive #766F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.68%

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

R = 48.56%
G = 45.68%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#766F0E (or 0x766F0E) is known color: Olive. HEX triplet: 76, 6F and 0E. RGB value is (118,111,14). Sum of RGB (Red+Green+Blue) = 118+111+14=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F0E is #8990F1. Grayscale: #666666. Windows color (decimal): -9015538 or 946038. OLE color: 946038.

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

Color convert

RGB 118 111 14 -
CMYK 0 0.06 0.88 0.54
HSL 55.96º 0.79% 0.26% -
HSV(B) 55.96º 0.88% 0.46% -
XYZ 13.23 15.25 2.66 -
YUV 102.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 118 111 14 0 0.06 0.88 0.54 55.96 0.79 0.26
Hex 76 6F E 0 6 58 36 38 4F 1A
Octal 166 157 16 0 6 130 66 70 117 32
Binary 1110110 1101111 1110 0 110 1011000 110110 111000 1001111 11010

Color Harmonies of #766F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F0E

Black with #766F0E

Text Example


Text Example

White with #766F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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