#76933C

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

Shades of Sushi #76933C

Tints of Sushi #76933C

Color information

#76933C (or 0x76933C) is unknown color: approx Sushi. HEX triplet: 76, 93 and 3C. RGB value is (118,147,60). Sum of RGB (Red+Green+Blue) = 118+147+60=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #76933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76933C is #896CC3. Grayscale: #808080. Windows color (decimal): -9006276 or 3969910. OLE color: 3969910.

HSL color Cylindrical-coordinate representation of color #76933C: hue angle of 80º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76933C is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB11814760-
CMYK0.2000.590.42
HSL80º42.03%40.59%-
HSV(B)80º59.18%57.65%-
XYZ18.7225.058.12-
YUV128.4189.39120.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=36.31%
G=45.23%
B=18.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147600.2000.590.428042.0340.59
Hex76933C1403B2A502a29
Octal1662237424073521205251
Binary1110110100100111111001010001110111010101010000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76933C; }

 p { color: rgb(118,147,60); }

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

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

 a { background-color: rgb(118,147,60); }

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

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

 span { border-color: rgb(118,147,60); }

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