#76A23D

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

Shades of Sushi #76A23D

Tints of Sushi #76A23D

Color information

#76A23D (or 0x76A23D) is unknown color: approx Sushi. HEX triplet: 76, A2 and 3D. RGB value is (118,162,61). Sum of RGB (Red+Green+Blue) = 118+162+61=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #76A23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A23D is #895DC2. Grayscale: #898989. Windows color (decimal): -9002435 or 4039286. OLE color: 4039286.

HSL color Cylindrical-coordinate representation of color #76A23D: hue angle of 86.14º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76A23D is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB11816261-
CMYK0.2700.620.36
HSL86.14º45.29%43.73%-
HSV(B)86.14º62.35%63.53%-
XYZ21.2330.039.09-
YUV137.3384.92114.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 162 (63.67% from 255) = 47.51%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=34.60%
G=47.51%
B=17.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162610.2700.620.3686.1445.2943.73
Hex76A23D1B03E24562d2c
Octal1662427533076441265554
Binary1110110101000101111011101101111101001001010110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A23D; }

 p { color: rgb(118,162,61); }

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

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

 a { background-color: rgb(118,162,61); }

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

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

 span { border-color: rgb(118,162,61); }

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