Html Css Color HEX #766E17 Olivetone

📋 copy color: '#766E17'

red 118 ◦ green 110 ◦ blue 23

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

Shades of Olivetone #766E17

Tints of Olivetone #766E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 47.01%
G = 43.82%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766E17 (or 0x766E17) is known color: Olivetone. HEX triplet: 76, 6E and 17. RGB value is (118,110,23). Sum of RGB (Red+Green+Blue) = 118+110+23=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #766E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E17 is #8991E8. Grayscale: #666666. Windows color (decimal): -9015785 or 1535606. OLE color: 1535606.

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

Color convert

RGB 118 110 23 -
CMYK 0 0.07 0.81 0.54
HSL 54.95º 0.67% 0.28% -
HSV(B) 54.95º 0.81% 0.46% -
XYZ 13.2 15.07 3.02 -
YUV 102.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 118 110 23 0 0.07 0.81 0.54 54.95 0.67 0.28
Hex 76 6E 17 0 7 51 36 37 43 1C
Octal 166 156 27 0 7 121 66 67 103 34
Binary 1110110 1101110 10111 0 111 1010001 110110 110111 1000011 11100

Color Harmonies of #766E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E17

Black with #766E17

Text Example


Text Example

White with #766E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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