Html Css Color HEX #74913B Sushi

📋 copy color: '#74913B'

red 116 ◦ green 145 ◦ blue 59

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

Shades of Sushi #74913B

Tints of Sushi #74913B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 36.25%
G = 45.31%
B = 18.44%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#74913B (or 0x74913B) is known color: Sushi. HEX triplet: 74, 91 and 3B. RGB value is (116,145,59). Sum of RGB (Red+Green+Blue) = 116+145+59=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #74913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74913B is #8B6EC4. Grayscale: #7E7E7E. Windows color (decimal): -9137861 or 3903860. OLE color: 3903860.

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

Color convert

RGB 116 145 59 -
CMYK 0.2 0 0.59 0.43
HSL 80.23º 0.42% 0.4% -
HSV(B) 80.23º 0.59% 0.57% -
XYZ 18.12 24.28 7.87 -
YUV 126.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 116 145 59 0.2 0 0.59 0.43 80.23 0.42 0.4
Hex 74 91 3B 14 0 3B 2B 50 2A 28
Octal 164 221 73 24 0 73 53 120 52 50
Binary 1110100 10010001 111011 10100 0 111011 101011 1010000 101010 101000

Color Harmonies of #74913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74913B

Black with #74913B

Text Example


Text Example

White with #74913B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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