Html Css Color HEX #76A432 Sushi

📋 copy color: '#76A432'

red 118 ◦ green 164 ◦ blue 50

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

Shades of Sushi #76A432

Tints of Sushi #76A432

RGB

 RED value IS 118 (46.48% from 255) = 35.54%

 GREEN value IS 164 (64.45% from 255) = 49.4%

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 35.54%
G = 49.4%
B = 15.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#76A432 (or 0x76A432) is known color: Sushi. HEX triplet: 76, A4 and 32. RGB value is (118,164,50). Sum of RGB (Red+Green+Blue) = 118+164+50=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #76A432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A432 is #895BCD. Grayscale: #898989. Windows color (decimal): -9001934 or 3318902. OLE color: 3318902.

HSL color Cylindrical-coordinate representation of color #76A432: hue angle of 84.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76A432 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 50 -
CMYK 0.28 0 0.70 0.36
HSL 84.21º 0.53% 0.42% -
HSV(B) 84.21º 0.7% 0.64% -
XYZ 21.32 30.63 7.81 -
YUV 137.25 78.76 114.27 -
System Red Green Blue C M Y K H S L
Decimal 118 164 50 0.28 0 0.70 0.36 84.21 0.53 0.42
Hex 76 A4 32 1C 0 46 24 54 35 2A
Octal 166 244 62 34 0 106 44 124 65 52
Binary 1110110 10100100 110010 11100 0 1000110 100100 1010100 110101 101010

Color Harmonies of #76A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A432

Black with #76A432

Text Example


Text Example

White with #76A432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A432; }

 p { color: rgb(118,164,50); }

 H1.HeaderClassName
 {
   color: #76A432;
 }
 .AnyTagClassName
 {
   color: #76A432;
 }
</style>

background-color css

<style>
 a { background-color: #76A432; }

 a { background-color: rgb(118,164,50); }

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

border-color css

<style>
 span { border-color: #76A432; }

 span { border-color: rgb(118,164,50); }

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