Html Css Color HEX #766E0D Olive

📋 copy color: '#766E0D'

red 118 ◦ green 110 ◦ blue 13

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

Shades of Olive #766E0D

Tints of Olive #766E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 48.96%
G = 45.64%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#766E0D (or 0x766E0D) is known color: Olive. HEX triplet: 76, 6E and 0D. RGB value is (118,110,13). Sum of RGB (Red+Green+Blue) = 118+110+13=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E0D is #8991F2. Grayscale: #656565. Windows color (decimal): -9015795 or 880246. OLE color: 880246.

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

Color convert

RGB 118 110 13 -
CMYK 0 0.07 0.89 0.54
HSL 55.43º 0.8% 0.26% -
HSV(B) 55.43º 0.89% 0.46% -
XYZ 13.12 15.03 2.59 -
YUV 101.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 118 110 13 0 0.07 0.89 0.54 55.43 0.8 0.26
Hex 76 6E D 0 7 59 36 37 50 1A
Octal 166 156 15 0 7 131 66 67 120 32
Binary 1110110 1101110 1101 0 111 1011001 110110 110111 1010000 11010

Color Harmonies of #766E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E0D

Black with #766E0D

Text Example


Text Example

White with #766E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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