Html Css Color HEX #74AB32 Sushi

📋 copy color: '#74AB32'

red 116 ◦ green 171 ◦ blue 50

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

Shades of Sushi #74AB32

Tints of Sushi #74AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 34.42%
G = 50.74%
B = 14.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#74AB32 (or 0x74AB32) is known color: Sushi. HEX triplet: 74, AB and 32. RGB value is (116,171,50). Sum of RGB (Red+Green+Blue) = 116+171+50=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB32 is #8B54CD. Grayscale: #8D8D8D. Windows color (decimal): -9131214 or 3320692. OLE color: 3320692.

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

Color convert

RGB 116 171 50 -
CMYK 0.32 0 0.71 0.33
HSL 87.27º 0.55% 0.43% -
HSV(B) 87.27º 0.71% 0.67% -
XYZ 22.34 33.07 8.22 -
YUV 140.76 76.78 110.34 -
System Red Green Blue C M Y K H S L
Decimal 116 171 50 0.32 0 0.71 0.33 87.27 0.55 0.43
Hex 74 AB 32 20 0 47 21 57 37 2B
Octal 164 253 62 40 0 107 41 127 67 53
Binary 1110100 10101011 110010 100000 0 1000111 100001 1010111 110111 101011

Color Harmonies of #74AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB32

Black with #74AB32

Text Example


Text Example

White with #74AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,50); }

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

background-color css

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

 a { background-color: rgb(116,171,50); }

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

border-color css

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

 span { border-color: rgb(116,171,50); }

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