Html Css Color HEX #766D27 Olivetone

📋 copy color: '#766D27'

red 118 ◦ green 109 ◦ blue 39

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

Shades of Olivetone #766D27

Tints of Olivetone #766D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 44.36%
G = 40.98%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#766D27 (or 0x766D27) is known color: Olivetone. HEX triplet: 76, 6D and 27. RGB value is (118,109,39). Sum of RGB (Red+Green+Blue) = 118+109+39=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #766D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D27 is #8992D8. Grayscale: #686868. Windows color (decimal): -9016025 or 2583926. OLE color: 2583926.

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

Color convert

RGB 118 109 39 -
CMYK 0 0.08 0.67 0.54
HSL 53.16º 0.5% 0.31% -
HSV(B) 53.16º 0.67% 0.46% -
XYZ 13.31 14.94 4.1 -
YUV 103.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 118 109 39 0 0.08 0.67 0.54 53.16 0.5 0.31
Hex 76 6D 27 0 8 43 36 35 32 1F
Octal 166 155 47 0 10 103 66 65 62 37
Binary 1110110 1101101 100111 0 1000 1000011 110110 110101 110010 11111

Color Harmonies of #766D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D27

Black with #766D27

Text Example


Text Example

White with #766D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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