Html Css Color HEX #766E0B Olive

📋 copy color: '#766E0B'

red 118 ◦ green 110 ◦ blue 11

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

Shades of Olive #766E0B

Tints of Olive #766E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 49.37%
G = 46.03%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#766E0B (or 0x766E0B) is known color: Olive. HEX triplet: 76, 6E and 0B. RGB value is (118,110,11). Sum of RGB (Red+Green+Blue) = 118+110+11=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E0B is #8991F4. Grayscale: #656565. Windows color (decimal): -9015797 or 749174. OLE color: 749174.

HSL color Cylindrical-coordinate representation of color #766E0B: hue angle of 55.51º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #766E0B is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 11 -
CMYK 0 0.07 0.91 0.54
HSL 55.51º 0.83% 0.25% -
HSV(B) 55.51º 0.91% 0.46% -
XYZ 13.11 15.03 2.53 -
YUV 101.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 118 110 11 0 0.07 0.91 0.54 55.51 0.83 0.25
Hex 76 6E B 0 7 5B 36 38 53 19
Octal 166 156 13 0 7 133 66 70 123 31
Binary 1110110 1101110 1011 0 111 1011011 110110 111000 1010011 11001

Color Harmonies of #766E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E0B

Black with #766E0B

Text Example


Text Example

White with #766E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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