#76982B

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

Shades of Sushi #76982B

Tints of Sushi #76982B

Color information

#76982B (or 0x76982B) is unknown color: approx Sushi. HEX triplet: 76, 98 and 2B. RGB value is (118,152,43). Sum of RGB (Red+Green+Blue) = 118+152+43=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #76982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76982B is #8967D4. Grayscale: #818181. Windows color (decimal): -9005013 or 2857078. OLE color: 2857078.

HSL color Cylindrical-coordinate representation of color #76982B: hue angle of 78.72º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76982B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB11815243-
CMYK0.2200.720.40
HSL78.72º55.9%38.24%-
HSV(B)78.72º71.71%59.61%-
XYZ19.1426.486.39-
YUV129.4179.24119.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=37.70%
G=48.56%
B=13.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152430.2200.720.4078.7255.938.24
Hex76982B16048284f3826
Octal16623053260110501177046
Binary11101101001100010101110110010010001010001001111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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