Html Css Color HEX #766B1C Olivetone

📋 copy color: '#766B1C'

red 118 ◦ green 107 ◦ blue 28

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

Shades of Olivetone #766B1C

Tints of Olivetone #766B1C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.29%

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

R = 46.64%
G = 42.29%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#766B1C (or 0x766B1C) is known color: Olivetone. HEX triplet: 76, 6B and 1C. RGB value is (118,107,28). Sum of RGB (Red+Green+Blue) = 118+107+28=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B1C is #8994E3. Grayscale: #656565. Windows color (decimal): -9016548 or 1862518. OLE color: 1862518.

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

Color convert

RGB 118 107 28 -
CMYK 0 0.09 0.76 0.54
HSL 52.67º 0.62% 0.29% -
HSV(B) 52.67º 0.76% 0.46% -
XYZ 12.94 14.45 3.21 -
YUV 101.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 118 107 28 0 0.09 0.76 0.54 52.67 0.62 0.29
Hex 76 6B 1C 0 9 4C 36 35 3E 1D
Octal 166 153 34 0 11 114 66 65 76 35
Binary 1110110 1101011 11100 0 1001 1001100 110110 110101 111110 11101

Color Harmonies of #766B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B1C

Black with #766B1C

Text Example


Text Example

White with #766B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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