Html Css Color HEX #76AB40 Sushi

📋 copy color: '#76AB40'

red 118 ◦ green 171 ◦ blue 64

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

Shades of Sushi #76AB40

Tints of Sushi #76AB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.44%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 33.43%
G = 48.44%
B = 18.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#76AB40 (or 0x76AB40) is known color: Sushi. HEX triplet: 76, AB and 40. RGB value is (118,171,64). Sum of RGB (Red+Green+Blue) = 118+171+64=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB40 is #8954BF. Grayscale: #8F8F8F. Windows color (decimal): -9000128 or 4238198. OLE color: 4238198.

HSL color Cylindrical-coordinate representation of color #76AB40: hue angle of 89.72º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76AB40 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 64 -
CMYK 0.31 0 0.63 0.33
HSL 89.72º 0.46% 0.46% -
HSV(B) 89.72º 0.63% 0.67% -
XYZ 22.96 33.35 10.08 -
YUV 142.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 118 171 64 0.31 0 0.63 0.33 89.72 0.46 0.46
Hex 76 AB 40 1F 0 3F 21 5A 2E 2E
Octal 166 253 100 37 0 77 41 132 56 56
Binary 1110110 10101011 1000000 11111 0 111111 100001 1011010 101110 101110

Color Harmonies of #76AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB40

Black with #76AB40

Text Example


Text Example

White with #76AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,64); }

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

background-color css

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

 a { background-color: rgb(118,171,64); }

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

border-color css

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

 span { border-color: rgb(118,171,64); }

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