#76AF36

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

Shades of Sushi #76AF36

Tints of Sushi #76AF36

Color information

#76AF36 (or 0x76AF36) is unknown color: approx Sushi. HEX triplet: 76, AF and 36. RGB value is (118,175,54). Sum of RGB (Red+Green+Blue) = 118+175+54=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF36 is #8950C9. Grayscale: #909090. Windows color (decimal): -8999114 or 3583862. OLE color: 3583862.

HSL color Cylindrical-coordinate representation of color #76AF36: hue angle of 88.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76AF36 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB11817554-
CMYK0.3300.690.31
HSL88.26º52.84%44.9%-
HSV(B)88.26º69.14%68.63%-
XYZ23.4734.788.97-
YUV144.1677.12109.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 54 (21.48% from 255) = 15.56%
R=34.01%
G=50.43%
B=15.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175540.3300.690.3188.2652.8444.9
Hex76AF36210451F58352d
Octal16625766410105371306555
Binary11101101010111111011010000101000101111111011000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,175,54); }

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

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

 a { background-color: rgb(118,175,54); }

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

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

 span { border-color: rgb(118,175,54); }

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