Html Css Color HEX #766D15 Olivetone

📋 copy color: '#766D15'

red 118 ◦ green 109 ◦ blue 21

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

Shades of Olivetone #766D15

Tints of Olivetone #766D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 47.58%
G = 43.95%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766D15 (or 0x766D15) is known color: Olivetone. HEX triplet: 76, 6D and 15. RGB value is (118,109,21). Sum of RGB (Red+Green+Blue) = 118+109+21=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #766D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D15 is #8992EA. Grayscale: #666666. Windows color (decimal): -9016043 or 1404278. OLE color: 1404278.

HSL color Cylindrical-coordinate representation of color #766D15: hue angle of 54.43º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #766D15 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 21 -
CMYK 0 0.08 0.82 0.54
HSL 54.43º 0.7% 0.27% -
HSV(B) 54.43º 0.82% 0.46% -
XYZ 13.08 14.84 2.89 -
YUV 101.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 118 109 21 0 0.08 0.82 0.54 54.43 0.7 0.27
Hex 76 6D 15 0 8 52 36 36 46 1B
Octal 166 155 25 0 10 122 66 66 106 33
Binary 1110110 1101101 10101 0 1000 1010010 110110 110110 1000110 11011

Color Harmonies of #766D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D15

Black with #766D15

Text Example


Text Example

White with #766D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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