Html Css Color HEX #76A228 Sushi

📋 copy color: '#76A228'

red 118 ◦ green 162 ◦ blue 40

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

Shades of Sushi #76A228

Tints of Sushi #76A228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.63%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 36.88%
G = 50.63%
B = 12.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#76A228 (or 0x76A228) is known color: Sushi. HEX triplet: 76, A2 and 28. RGB value is (118,162,40). Sum of RGB (Red+Green+Blue) = 118+162+40=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #76A228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A228 is #895DD7. Grayscale: #878787. Windows color (decimal): -9002456 or 2663030. OLE color: 2663030.

HSL color Cylindrical-coordinate representation of color #76A228: hue angle of 81.64º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76A228 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 40 -
CMYK 0.27 0 0.75 0.36
HSL 81.64º 0.6% 0.4% -
HSV(B) 81.64º 0.75% 0.64% -
XYZ 20.77 29.85 6.67 -
YUV 134.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 118 162 40 0.27 0 0.75 0.36 81.64 0.6 0.4
Hex 76 A2 28 1B 0 4B 24 52 3C 28
Octal 166 242 50 33 0 113 44 122 74 50
Binary 1110110 10100010 101000 11011 0 1001011 100100 1010010 111100 101000

Color Harmonies of #76A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A228

Black with #76A228

Text Example


Text Example

White with #76A228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,40); }

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

background-color css

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

 a { background-color: rgb(118,162,40); }

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

border-color css

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

 span { border-color: rgb(118,162,40); }

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