#767821

Color #767821 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #767821

Tints of Olivetone #767821

Color information

#767821 (or 0x767821) is unknown color: approx Olivetone. HEX triplet: 76, 78 and 21. RGB value is (118,120,33). Sum of RGB (Red+Green+Blue) = 118+120+33=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #767821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767821 is #8987DE. Grayscale: #6D6D6D. Windows color (decimal): -9013215 or 2193526. OLE color: 2193526.

HSL color Cylindrical-coordinate representation of color #767821: hue angle of 61.38º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #767821 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB11812033-
CMYK0.0200.720.53
HSL61.38º56.86%30%-
HSV(B)61.38º72.5%47.06%-
XYZ14.4617.394.03-
YUV109.4884.84134.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=43.54%
G=44.28%
B=12.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120330.0200.720.5361.3856.8630
Hex7678212048353d391e
Octal166170412011065757136
Binary11101101111000100001100100100011010111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767821; }

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

 H1.HeaderClassName
 {
   color: #767821;
 }
 .AnyTagClassName
 {
   color: #767821;
 }
</style>
background-color css

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

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

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

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

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

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