Html Css Color HEX #766F1B Olivetone

📋 copy color: '#766F1B'

red 118 ◦ green 111 ◦ blue 27

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

Shades of Olivetone #766F1B

Tints of Olivetone #766F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 46.09%
G = 43.36%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#766F1B (or 0x766F1B) is known color: Olivetone. HEX triplet: 76, 6F and 1B. RGB value is (118,111,27). Sum of RGB (Red+Green+Blue) = 118+111+27=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F1B is #8990E4. Grayscale: #676767. Windows color (decimal): -9015525 or 1798006. OLE color: 1798006.

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

Color convert

RGB 118 111 27 -
CMYK 0 0.06 0.77 0.54
HSL 55.38º 0.63% 0.28% -
HSV(B) 55.38º 0.77% 0.46% -
XYZ 13.35 15.3 3.29 -
YUV 103.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 118 111 27 0 0.06 0.77 0.54 55.38 0.63 0.28
Hex 76 6F 1B 0 6 4D 36 37 3F 1C
Octal 166 157 33 0 6 115 66 67 77 34
Binary 1110110 1101111 11011 0 110 1001101 110110 110111 111111 11100

Color Harmonies of #766F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F1B

Black with #766F1B

Text Example


Text Example

White with #766F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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