Html Css Color HEX #766921 Olivetone

📋 copy color: '#766921'

red 118 ◦ green 105 ◦ blue 33

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

Shades of Olivetone #766921

Tints of Olivetone #766921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 46.09%
G = 41.02%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#766921 (or 0x766921) is known color: Olivetone. HEX triplet: 76, 69 and 21. RGB value is (118,105,33). Sum of RGB (Red+Green+Blue) = 118+105+33=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766921 is #8996DE. Grayscale: #646464. Windows color (decimal): -9017055 or 2189686. OLE color: 2189686.

HSL color Cylindrical-coordinate representation of color #766921: hue angle of 50.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #766921 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 33 -
CMYK 0 0.11 0.72 0.54
HSL 50.82º 0.56% 0.3% -
HSV(B) 50.82º 0.72% 0.46% -
XYZ 12.8 14.06 3.48 -
YUV 100.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 118 105 33 0 0.11 0.72 0.54 50.82 0.56 0.3
Hex 76 69 21 0 B 48 36 33 38 1E
Octal 166 151 41 0 13 110 66 63 70 36
Binary 1110110 1101001 100001 0 1011 1001000 110110 110011 111000 11110

Color Harmonies of #766921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766921

Black with #766921

Text Example


Text Example

White with #766921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766921; }

 p { color: rgb(118,105,33); }

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

background-color css

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

 a { background-color: rgb(118,105,33); }

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

border-color css

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

 span { border-color: rgb(118,105,33); }

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