#74993C

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

Shades of Sushi #74993C

Tints of Sushi #74993C

Color information

#74993C (or 0x74993C) is unknown color: approx Sushi. HEX triplet: 74, 99 and 3C. RGB value is (116,153,60). Sum of RGB (Red+Green+Blue) = 116+153+60=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #74993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74993C is #8B66C3. Grayscale: #838383. Windows color (decimal): -9135812 or 3971444. OLE color: 3971444.

HSL color Cylindrical-coordinate representation of color #74993C: hue angle of 83.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74993C is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB11615360-
CMYK0.2400.610.4
HSL83.87º43.66%41.76%-
HSV(B)83.87º60.78%60%-
XYZ19.4126.828.43-
YUV131.3387.74117.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=35.26%
G=46.50%
B=18.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153600.2400.610.483.8743.6641.76
Hex74993C1803D28542c2a
Octal1642317430075501245452
Binary1110100100110011111001100001111011010001010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74993C; }

 p { color: rgb(116,153,60); }

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

<style>
 a { background-color: #74993C; }

 a { background-color: rgb(116,153,60); }

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

<style>
 span { border-color: #74993C; }

 span { border-color: rgb(116,153,60); }

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