Html Css Color HEX #766C16 Olivetone

📋 copy color: '#766C16'

red 118 ◦ green 108 ◦ blue 22

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

Shades of Olivetone #766C16

Tints of Olivetone #766C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.55%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 47.58%
G = 43.55%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766C16 (or 0x766C16) is known color: Olivetone. HEX triplet: 76, 6C and 16. RGB value is (118,108,22). Sum of RGB (Red+Green+Blue) = 118+108+22=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #766C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C16 is #8993E9. Grayscale: #656565. Windows color (decimal): -9016298 or 1469558. OLE color: 1469558.

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

Color convert

RGB 118 108 22 -
CMYK 0 0.08 0.81 0.54
HSL 53.75º 0.69% 0.27% -
HSV(B) 53.75º 0.81% 0.46% -
XYZ 12.98 14.63 2.9 -
YUV 101.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 118 108 22 0 0.08 0.81 0.54 53.75 0.69 0.27
Hex 76 6C 16 0 8 51 36 36 45 1B
Octal 166 154 26 0 10 121 66 66 105 33
Binary 1110110 1101100 10110 0 1000 1010001 110110 110110 1000101 11011

Color Harmonies of #766C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C16

Black with #766C16

Text Example


Text Example

White with #766C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,22); }

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

background-color css

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

 a { background-color: rgb(118,108,22); }

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

border-color css

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

 span { border-color: rgb(118,108,22); }

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