Html Css Color HEX #766D18 Olivetone

📋 copy color: '#766D18'

red 118 ◦ green 109 ◦ blue 24

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

Shades of Olivetone #766D18

Tints of Olivetone #766D18

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.43%

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

R = 47.01%
G = 43.43%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766D18 (or 0x766D18) is known color: Olivetone. HEX triplet: 76, 6D and 18. RGB value is (118,109,24). Sum of RGB (Red+Green+Blue) = 118+109+24=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #766D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D18 is #8992E7. Grayscale: #666666. Windows color (decimal): -9016040 or 1600886. OLE color: 1600886.

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

Color convert

RGB 118 109 24 -
CMYK 0 0.08 0.80 0.54
HSL 54.26º 0.66% 0.28% -
HSV(B) 54.26º 0.8% 0.46% -
XYZ 13.1 14.85 3.04 -
YUV 102 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 118 109 24 0 0.08 0.80 0.54 54.26 0.66 0.28
Hex 76 6D 18 0 8 50 36 36 42 1C
Octal 166 155 30 0 10 120 66 66 102 34
Binary 1110110 1101101 11000 0 1000 1010000 110110 110110 1000010 11100

Color Harmonies of #766D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D18

Black with #766D18

Text Example


Text Example

White with #766D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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