Html Css Color HEX #74A030 Sushi

📋 copy color: '#74A030'

red 116 ◦ green 160 ◦ blue 48

#74A030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #74A030

Tints of Sushi #74A030

RGB

 RED value IS 116 (45.7% from 255) = 35.8%

 GREEN value IS 160 (62.89% from 255) = 49.38%

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 35.8%
G = 49.38%
B = 14.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#74A030 (or 0x74A030) is known color: Sushi. HEX triplet: 74, A0 and 30. RGB value is (116,160,48). Sum of RGB (Red+Green+Blue) = 116+160+48=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #74A030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A030 is #8B5FCF. Grayscale: #868686. Windows color (decimal): -9134032 or 3186804. OLE color: 3186804.

HSL color Cylindrical-coordinate representation of color #74A030: hue angle of 83.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74A030 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 160 48 -
CMYK 0.28 0 0.70 0.37
HSL 83.57º 0.54% 0.41% -
HSV(B) 83.57º 0.7% 0.63% -
XYZ 20.31 29.07 7.34 -
YUV 134.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 116 160 48 0.28 0 0.70 0.37 83.57 0.54 0.41
Hex 74 A0 30 1C 0 46 25 54 36 29
Octal 164 240 60 34 0 106 45 124 66 51
Binary 1110100 10100000 110000 11100 0 1000110 100101 1010100 110110 101001

Color Harmonies of #74A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A030

Black with #74A030

Text Example


Text Example

White with #74A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A030; }

 p { color: rgb(116,160,48); }

 H1.HeaderClassName
 {
   color: #74A030;
 }
 .AnyTagClassName
 {
   color: #74A030;
 }
</style>

background-color css

<style>
 a { background-color: #74A030; }

 a { background-color: rgb(116,160,48); }

 div.DivClassName
 {
   background-color: #74A030;
 }
 .BgClassName
 {
   background-color: #74A030;
 }
</style>

border-color css

<style>
 span { border-color: #74A030; }

 span { border-color: rgb(116,160,48); }

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