#74982B

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

Shades of Sushi #74982B

Tints of Sushi #74982B

Color information

#74982B (or 0x74982B) is unknown color: approx Sushi. HEX triplet: 74, 98 and 2B. RGB value is (116,152,43). Sum of RGB (Red+Green+Blue) = 116+152+43=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #74982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74982B is #8B67D4. Grayscale: #818181. Windows color (decimal): -9136085 or 2857076. OLE color: 2857076.

HSL color Cylindrical-coordinate representation of color #74982B: hue angle of 79.82º 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 #74982B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB11615243-
CMYK0.2400.720.40
HSL79.82º55.9%38.24%-
HSV(B)79.82º71.71%59.61%-
XYZ18.8726.346.38-
YUV128.8179.57118.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=37.30%
G=48.87%
B=13.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116152430.2400.720.4079.8255.938.24
Hex74982B1804828503826
Octal16423053300110501207046
Binary11101001001100010101111000010010001010001010000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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