#76912D

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

Shades of Sushi #76912D

Tints of Sushi #76912D

Color information

#76912D (or 0x76912D) is unknown color: approx Sushi. HEX triplet: 76, 91 and 2D. RGB value is (118,145,45). Sum of RGB (Red+Green+Blue) = 118+145+45=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #76912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76912D is #896ED2. Grayscale: #7D7D7D. Windows color (decimal): -9006803 or 2986358. OLE color: 2986358.

HSL color Cylindrical-coordinate representation of color #76912D: hue angle of 76.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76912D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB11814545-
CMYK0.1900.690.43
HSL76.2º52.63%37.25%-
HSV(B)76.2º68.97%56.86%-
XYZ18.0724.296.22-
YUV125.5382.55122.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=38.31%
G=47.08%
B=14.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145450.1900.690.4376.252.6337.25
Hex76912D130452B4c3525
Octal16622155230105531146545
Binary11101101001000110110110011010001011010111001100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76912D; }

 p { color: rgb(118,145,45); }

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

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

 a { background-color: rgb(118,145,45); }

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

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

 span { border-color: rgb(118,145,45); }

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