Html Css Color HEX #74AA37 Sushi

📋 copy color: '#74AA37'

red 116 ◦ green 170 ◦ blue 55

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

Shades of Sushi #74AA37

Tints of Sushi #74AA37

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.85%

 BLUE value IS 55 (21.88% from 255) = 16.13%

R = 34.02%
G = 49.85%
B = 16.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#74AA37 (or 0x74AA37) is known color: Sushi. HEX triplet: 74, AA and 37. RGB value is (116,170,55). Sum of RGB (Red+Green+Blue) = 116+170+55=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA37 is #8B55C8. Grayscale: #8D8D8D. Windows color (decimal): -9131465 or 3648116. OLE color: 3648116.

HSL color Cylindrical-coordinate representation of color #74AA37: hue angle of 88.17º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74AA37 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 55 -
CMYK 0.32 0 0.68 0.33
HSL 88.17º 0.51% 0.44% -
HSV(B) 88.17º 0.68% 0.67% -
XYZ 22.27 32.74 8.76 -
YUV 140.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 116 170 55 0.32 0 0.68 0.33 88.17 0.51 0.44
Hex 74 AA 37 20 0 44 21 58 33 2C
Octal 164 252 67 40 0 104 41 130 63 54
Binary 1110100 10101010 110111 100000 0 1000100 100001 1011000 110011 101100

Color Harmonies of #74AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA37

Black with #74AA37

Text Example


Text Example

White with #74AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,55); }

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

background-color css

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

 a { background-color: rgb(116,170,55); }

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

border-color css

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

 span { border-color: rgb(116,170,55); }

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