Html Css Color HEX #74A32F Sushi

📋 copy color: '#74A32F'

red 116 ◦ green 163 ◦ blue 47

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

Shades of Sushi #74A32F

Tints of Sushi #74A32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 35.58%
G = 50%
B = 14.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#74A32F (or 0x74A32F) is known color: Sushi. HEX triplet: 74, A3 and 2F. RGB value is (116,163,47). Sum of RGB (Red+Green+Blue) = 116+163+47=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #74A32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A32F is #8B5CD0. Grayscale: #888888. Windows color (decimal): -9133265 or 3122036. OLE color: 3122036.

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

Color convert

RGB 116 163 47 -
CMYK 0.29 0 0.71 0.36
HSL 84.31º 0.55% 0.41% -
HSV(B) 84.31º 0.71% 0.64% -
XYZ 20.81 30.11 7.4 -
YUV 135.72 77.93 113.93 -
System Red Green Blue C M Y K H S L
Decimal 116 163 47 0.29 0 0.71 0.36 84.31 0.55 0.41
Hex 74 A3 2F 1D 0 47 24 54 37 29
Octal 164 243 57 35 0 107 44 124 67 51
Binary 1110100 10100011 101111 11101 0 1000111 100100 1010100 110111 101001

Color Harmonies of #74A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A32F

Black with #74A32F

Text Example


Text Example

White with #74A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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