Html Css Color HEX #766F15 Olivetone

📋 copy color: '#766F15'

red 118 ◦ green 111 ◦ blue 21

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

Shades of Olivetone #766F15

Tints of Olivetone #766F15

RGB

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

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

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

R = 47.2%
G = 44.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766F15 (or 0x766F15) is known color: Olivetone. HEX triplet: 76, 6F and 15. RGB value is (118,111,21). Sum of RGB (Red+Green+Blue) = 118+111+21=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #766F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F15 is #8990EA. Grayscale: #676767. Windows color (decimal): -9015531 or 1404790. OLE color: 1404790.

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

Color convert

RGB 118 111 21 -
CMYK 0 0.06 0.82 0.54
HSL 55.67º 0.7% 0.27% -
HSV(B) 55.67º 0.82% 0.46% -
XYZ 13.29 15.27 2.96 -
YUV 102.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 118 111 21 0 0.06 0.82 0.54 55.67 0.7 0.27
Hex 76 6F 15 0 6 52 36 38 46 1B
Octal 166 157 25 0 6 122 66 70 106 33
Binary 1110110 1101111 10101 0 110 1010010 110110 111000 1000110 11011

Color Harmonies of #766F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F15

Black with #766F15

Text Example


Text Example

White with #766F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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