Html Css Color HEX #766D1B Olivetone

📋 copy color: '#766D1B'

red 118 ◦ green 109 ◦ blue 27

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

Shades of Olivetone #766D1B

Tints of Olivetone #766D1B

RGB

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

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

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

R = 46.46%
G = 42.91%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#766D1B (or 0x766D1B) is known color: Olivetone. HEX triplet: 76, 6D and 1B. RGB value is (118,109,27). Sum of RGB (Red+Green+Blue) = 118+109+27=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D1B is #8992E4. Grayscale: #666666. Windows color (decimal): -9016037 or 1797494. OLE color: 1797494.

HSL color Cylindrical-coordinate representation of color #766D1B: hue angle of 54.07º 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 #766D1B is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 27 -
CMYK 0 0.08 0.77 0.54
HSL 54.07º 0.63% 0.28% -
HSV(B) 54.07º 0.77% 0.46% -
XYZ 13.14 14.87 3.21 -
YUV 102.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 118 109 27 0 0.08 0.77 0.54 54.07 0.63 0.28
Hex 76 6D 1B 0 8 4D 36 36 3F 1C
Octal 166 155 33 0 10 115 66 66 77 34
Binary 1110110 1101101 11011 0 1000 1001101 110110 110110 111111 11100

Color Harmonies of #766D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D1B

Black with #766D1B

Text Example


Text Example

White with #766D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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