Html Css Color HEX #766F1C Olivetone

📋 copy color: '#766F1C'

red 118 ◦ green 111 ◦ blue 28

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

Shades of Olivetone #766F1C

Tints of Olivetone #766F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 45.91%
G = 43.19%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#766F1C (or 0x766F1C) is known color: Olivetone. HEX triplet: 76, 6F and 1C. RGB value is (118,111,28). Sum of RGB (Red+Green+Blue) = 118+111+28=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F1C is #8990E3. Grayscale: #676767. Windows color (decimal): -9015524 or 1863542. OLE color: 1863542.

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

Color convert

RGB 118 111 28 -
CMYK 0 0.06 0.76 0.54
HSL 55.33º 0.62% 0.29% -
HSV(B) 55.33º 0.76% 0.46% -
XYZ 13.37 15.3 3.35 -
YUV 103.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 118 111 28 0 0.06 0.76 0.54 55.33 0.62 0.29
Hex 76 6F 1C 0 6 4C 36 37 3E 1D
Octal 166 157 34 0 6 114 66 67 76 35
Binary 1110110 1101111 11100 0 110 1001100 110110 110111 111110 11101

Color Harmonies of #766F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F1C

Black with #766F1C

Text Example


Text Example

White with #766F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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