Html Css Color HEX #766E18 Olivetone

📋 copy color: '#766E18'

red 118 ◦ green 110 ◦ blue 24

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

Shades of Olivetone #766E18

Tints of Olivetone #766E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 46.83%
G = 43.65%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766E18 (or 0x766E18) is known color: Olivetone. HEX triplet: 76, 6E and 18. RGB value is (118,110,24). Sum of RGB (Red+Green+Blue) = 118+110+24=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E18 is #8991E7. Grayscale: #666666. Windows color (decimal): -9015784 or 1601142. OLE color: 1601142.

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

Color convert

RGB 118 110 24 -
CMYK 0 0.07 0.80 0.54
HSL 54.89º 0.66% 0.28% -
HSV(B) 54.89º 0.8% 0.46% -
XYZ 13.21 15.07 3.08 -
YUV 102.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 118 110 24 0 0.07 0.80 0.54 54.89 0.66 0.28
Hex 76 6E 18 0 7 50 36 37 42 1C
Octal 166 156 30 0 7 120 66 67 102 34
Binary 1110110 1101110 11000 0 111 1010000 110110 110111 1000010 11100

Color Harmonies of #766E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E18

Black with #766E18

Text Example


Text Example

White with #766E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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