Html Css Color HEX #74A740 Sushi

📋 copy color: '#74A740'

red 116 ◦ green 167 ◦ blue 64

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

Shades of Sushi #74A740

Tints of Sushi #74A740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.13%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 33.43%
G = 48.13%
B = 18.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#74A740 (or 0x74A740) is known color: Sushi. HEX triplet: 74, A7 and 40. RGB value is (116,167,64). Sum of RGB (Red+Green+Blue) = 116+167+64=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #74A740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A740 is #8B58BF. Grayscale: #8C8C8C. Windows color (decimal): -9132224 or 4237172. OLE color: 4237172.

HSL color Cylindrical-coordinate representation of color #74A740: hue angle of 89.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74A740 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 167 64 -
CMYK 0.31 0 0.62 0.35
HSL 89.71º 0.45% 0.45% -
HSV(B) 89.71º 0.62% 0.65% -
XYZ 21.95 31.72 9.82 -
YUV 140.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 116 167 64 0.31 0 0.62 0.35 89.71 0.45 0.45
Hex 74 A7 40 1F 0 3E 23 5A 2D 2D
Octal 164 247 100 37 0 76 43 132 55 55
Binary 1110100 10100111 1000000 11111 0 111110 100011 1011010 101101 101101

Color Harmonies of #74A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A740

Black with #74A740

Text Example


Text Example

White with #74A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,167,64); }

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

background-color css

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

 a { background-color: rgb(116,167,64); }

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

border-color css

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

 span { border-color: rgb(116,167,64); }

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