Html Css Color HEX #74953A Sushi

📋 copy color: '#74953A'

red 116 ◦ green 149 ◦ blue 58

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

Shades of Sushi #74953A

Tints of Sushi #74953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 35.91%
G = 46.13%
B = 17.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#74953A (or 0x74953A) is known color: Sushi. HEX triplet: 74, 95 and 3A. RGB value is (116,149,58). Sum of RGB (Red+Green+Blue) = 116+149+58=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #74953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74953A is #8B6AC5. Grayscale: #818181. Windows color (decimal): -9136838 or 3839348. OLE color: 3839348.

HSL color Cylindrical-coordinate representation of color #74953A: hue angle of 81.76º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74953A is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 58 -
CMYK 0.22 0 0.61 0.42
HSL 81.76º 0.44% 0.41% -
HSV(B) 81.76º 0.61% 0.58% -
XYZ 18.71 25.51 7.94 -
YUV 128.76 88.07 118.9 -
System Red Green Blue C M Y K H S L
Decimal 116 149 58 0.22 0 0.61 0.42 81.76 0.44 0.41
Hex 74 95 3A 16 0 3D 2A 52 2C 29
Octal 164 225 72 26 0 75 52 122 54 51
Binary 1110100 10010101 111010 10110 0 111101 101010 1010010 101100 101001

Color Harmonies of #74953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74953A

Black with #74953A

Text Example


Text Example

White with #74953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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