Html Css Color HEX #766C13 Olivetone

📋 copy color: '#766C13'

red 118 ◦ green 108 ◦ blue 19

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

Shades of Olivetone #766C13

Tints of Olivetone #766C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 48.16%
G = 44.08%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#766C13 (or 0x766C13) is known color: Olivetone. HEX triplet: 76, 6C and 13. RGB value is (118,108,19). Sum of RGB (Red+Green+Blue) = 118+108+19=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #766C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C13 is #8993EC. Grayscale: #656565. Windows color (decimal): -9016301 or 1272950. OLE color: 1272950.

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

Color convert

RGB 118 108 19 -
CMYK 0 0.08 0.84 0.54
HSL 53.94º 0.72% 0.27% -
HSV(B) 53.94º 0.84% 0.46% -
XYZ 12.95 14.62 2.76 -
YUV 100.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 118 108 19 0 0.08 0.84 0.54 53.94 0.72 0.27
Hex 76 6C 13 0 8 54 36 36 48 1B
Octal 166 154 23 0 10 124 66 66 110 33
Binary 1110110 1101100 10011 0 1000 1010100 110110 110110 1001000 11011

Color Harmonies of #766C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C13

Black with #766C13

Text Example


Text Example

White with #766C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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