Html Css Color HEX #74A33F Sushi

📋 copy color: '#74A33F'

red 116 ◦ green 163 ◦ blue 63

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

Shades of Sushi #74A33F

Tints of Sushi #74A33F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.66%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 33.92%
G = 47.66%
B = 18.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#74A33F (or 0x74A33F) is known color: Sushi. HEX triplet: 74, A3 and 3F. RGB value is (116,163,63). Sum of RGB (Red+Green+Blue) = 116+163+63=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #74A33F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A33F is #8B5CC0. Grayscale: #898989. Windows color (decimal): -9133249 or 4170612. OLE color: 4170612.

HSL color Cylindrical-coordinate representation of color #74A33F: hue angle of 88.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74A33F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 163 63 -
CMYK 0.29 0 0.61 0.36
HSL 88.2º 0.44% 0.44% -
HSV(B) 88.2º 0.61% 0.64% -
XYZ 21.2 30.27 9.43 -
YUV 137.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 116 163 63 0.29 0 0.61 0.36 88.2 0.44 0.44
Hex 74 A3 3F 1D 0 3D 24 58 2C 2C
Octal 164 243 77 35 0 75 44 130 54 54
Binary 1110100 10100011 111111 11101 0 111101 100100 1011000 101100 101100

Color Harmonies of #74A33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A33F

Black with #74A33F

Text Example


Text Example

White with #74A33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,163,63); }

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

background-color css

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

 a { background-color: rgb(116,163,63); }

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

border-color css

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

 span { border-color: rgb(116,163,63); }

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