#76952B

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

Shades of Sushi #76952B

Tints of Sushi #76952B

Color information

#76952B (or 0x76952B) is unknown color: approx Sushi. HEX triplet: 76, 95 and 2B. RGB value is (118,149,43). Sum of RGB (Red+Green+Blue) = 118+149+43=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #76952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76952B is #896AD4. Grayscale: #808080. Windows color (decimal): -9005781 or 2856310. OLE color: 2856310.

HSL color Cylindrical-coordinate representation of color #76952B: hue angle of 77.55º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76952B is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB11814943-
CMYK0.2100.710.42
HSL77.55º55.21%37.65%-
HSV(B)77.55º71.14%58.43%-
XYZ18.6525.526.23-
YUV127.6580.23121.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 149 (58.59% from 255) = 48.06%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=38.06%
G=48.06%
B=13.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149430.2100.710.4277.5555.2137.65
Hex76952B150472A4e3726
Octal16622553250107521166746
Binary11101101001010110101110101010001111010101001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76952B; }

 p { color: rgb(118,149,43); }

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

<style>
 a { background-color: #76952B; }

 a { background-color: rgb(118,149,43); }

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

<style>
 span { border-color: #76952B; }

 span { border-color: rgb(118,149,43); }

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