Html Css Color HEX #766D19 Olivetone

📋 copy color: '#766D19'

red 118 ◦ green 109 ◦ blue 25

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

Shades of Olivetone #766D19

Tints of Olivetone #766D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 46.83%
G = 43.25%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#766D19 (or 0x766D19) is known color: Olivetone. HEX triplet: 76, 6D and 19. RGB value is (118,109,25). Sum of RGB (Red+Green+Blue) = 118+109+25=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D19 is #8992E6. Grayscale: #666666. Windows color (decimal): -9016039 or 1666422. OLE color: 1666422.

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

Color convert

RGB 118 109 25 -
CMYK 0 0.08 0.79 0.54
HSL 54.19º 0.65% 0.28% -
HSV(B) 54.19º 0.79% 0.46% -
XYZ 13.12 14.86 3.1 -
YUV 102.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 118 109 25 0 0.08 0.79 0.54 54.19 0.65 0.28
Hex 76 6D 19 0 8 4F 36 36 41 1C
Octal 166 155 31 0 10 117 66 66 101 34
Binary 1110110 1101101 11001 0 1000 1001111 110110 110110 1000001 11100

Color Harmonies of #766D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D19

Black with #766D19

Text Example


Text Example

White with #766D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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