Html Css Color HEX #74913A Sushi

📋 copy color: '#74913A'

red 116 ◦ green 145 ◦ blue 58

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

Shades of Sushi #74913A

Tints of Sushi #74913A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#74913A (or 0x74913A) is known color: Sushi. HEX triplet: 74, 91 and 3A. RGB value is (116,145,58). Sum of RGB (Red+Green+Blue) = 116+145+58=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #74913A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74913A is #8B6EC5. Grayscale: #7E7E7E. Windows color (decimal): -9137862 or 3838324. OLE color: 3838324.

HSL color Cylindrical-coordinate representation of color #74913A: hue angle of 80º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74913A is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 58 -
CMYK 0.2 0 0.6 0.43
HSL 80º 0.43% 0.4% -
HSV(B) 80º 0.6% 0.57% -
XYZ 18.09 24.27 7.73 -
YUV 126.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 116 145 58 0.2 0 0.6 0.43 80 0.43 0.4
Hex 74 91 3A 14 0 3C 2B 50 2B 28
Octal 164 221 72 24 0 74 53 120 53 50
Binary 1110100 10010001 111010 10100 0 111100 101011 1010000 101011 101000

Color Harmonies of #74913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74913A

Black with #74913A

Text Example


Text Example

White with #74913A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74913A; }

 p { color: rgb(116,145,58); }

 H1.HeaderClassName
 {
   color: #74913A;
 }
 .AnyTagClassName
 {
   color: #74913A;
 }
</style>

background-color css

<style>
 a { background-color: #74913A; }

 a { background-color: rgb(116,145,58); }

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

border-color css

<style>
 span { border-color: #74913A; }

 span { border-color: rgb(116,145,58); }

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