Html Css Color HEX #766F18 Olivetone

📋 copy color: '#766F18'

red 118 ◦ green 111 ◦ blue 24

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

Shades of Olivetone #766F18

Tints of Olivetone #766F18

RGB

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

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

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

R = 46.64%
G = 43.87%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766F18 (or 0x766F18) is known color: Olivetone. HEX triplet: 76, 6F and 18. RGB value is (118,111,24). Sum of RGB (Red+Green+Blue) = 118+111+24=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F18 is #8990E7. Grayscale: #676767. Windows color (decimal): -9015528 or 1601398. OLE color: 1601398.

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

Color convert

RGB 118 111 24 -
CMYK 0 0.06 0.80 0.54
HSL 55.53º 0.66% 0.28% -
HSV(B) 55.53º 0.8% 0.46% -
XYZ 13.32 15.29 3.11 -
YUV 103.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 118 111 24 0 0.06 0.80 0.54 55.53 0.66 0.28
Hex 76 6F 18 0 6 50 36 38 42 1C
Octal 166 157 30 0 6 120 66 70 102 34
Binary 1110110 1101111 11000 0 110 1010000 110110 111000 1000010 11100

Color Harmonies of #766F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F18

Black with #766F18

Text Example


Text Example

White with #766F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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