Html Css Color HEX #74A141 Sushi

📋 copy color: '#74A141'

red 116 ◦ green 161 ◦ blue 65

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

Shades of Sushi #74A141

Tints of Sushi #74A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 33.92%
G = 47.08%
B = 19.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#74A141 (or 0x74A141) is known color: Sushi. HEX triplet: 74, A1 and 41. RGB value is (116,161,65). Sum of RGB (Red+Green+Blue) = 116+161+65=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #74A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A141 is #8B5EBE. Grayscale: #888888. Windows color (decimal): -9133759 or 4301172. OLE color: 4301172.

HSL color Cylindrical-coordinate representation of color #74A141: hue angle of 88.12º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74A141 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 161 65 -
CMYK 0.28 0 0.60 0.37
HSL 88.13º 0.42% 0.44% -
HSV(B) 88.13º 0.6% 0.63% -
XYZ 20.9 29.58 9.61 -
YUV 136.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 116 161 65 0.28 0 0.60 0.37 88.13 0.42 0.44
Hex 74 A1 41 1C 0 3C 25 58 2A 2C
Octal 164 241 101 34 0 74 45 130 52 54
Binary 1110100 10100001 1000001 11100 0 111100 100101 1011000 101010 101100

Color Harmonies of #74A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A141

Black with #74A141

Text Example


Text Example

White with #74A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,161,65); }

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

background-color css

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

 a { background-color: rgb(116,161,65); }

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

border-color css

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

 span { border-color: rgb(116,161,65); }

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