#76962F

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

Shades of Sushi #76962F

Tints of Sushi #76962F

Color information

#76962F (or 0x76962F) is unknown color: approx Sushi. HEX triplet: 76, 96 and 2F. RGB value is (118,150,47). Sum of RGB (Red+Green+Blue) = 118+150+47=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #76962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76962F is #8969D0. Grayscale: #818181. Windows color (decimal): -9005521 or 3118710. OLE color: 3118710.

HSL color Cylindrical-coordinate representation of color #76962F: hue angle of 78.64º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76962F is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB11815047-
CMYK0.2100.690.41
HSL78.64º52.28%38.63%-
HSV(B)78.64º68.67%58.82%-
XYZ18.8925.876.69-
YUV128.6981.9120.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=37.46%
G=47.62%
B=14.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150470.2100.690.4178.6452.2838.63
Hex76962F15045294f3427
Octal16622657250105511176447
Binary11101101001011010111110101010001011010011001111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76962F; }

 p { color: rgb(118,150,47); }

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

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

 a { background-color: rgb(118,150,47); }

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

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

 span { border-color: rgb(118,150,47); }

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