Html Css Color HEX #76A240 Sushi

📋 copy color: '#76A240'

red 118 ◦ green 162 ◦ blue 64

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

Shades of Sushi #76A240

Tints of Sushi #76A240

RGB

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

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

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

R = 34.3%
G = 47.09%
B = 18.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#76A240 (or 0x76A240) is known color: Sushi. HEX triplet: 76, A2 and 40. RGB value is (118,162,64). Sum of RGB (Red+Green+Blue) = 118+162+64=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #76A240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A240 is #895DBF. Grayscale: #8A8A8A. Windows color (decimal): -9002432 or 4235894. OLE color: 4235894.

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

Color convert

RGB 118 162 64 -
CMYK 0.27 0 0.60 0.36
HSL 86.94º 0.43% 0.44% -
HSV(B) 86.94º 0.6% 0.64% -
XYZ 21.32 30.06 9.53 -
YUV 137.67 86.42 113.97 -
System Red Green Blue C M Y K H S L
Decimal 118 162 64 0.27 0 0.60 0.36 86.94 0.43 0.44
Hex 76 A2 40 1B 0 3C 24 57 2B 2C
Octal 166 242 100 33 0 74 44 127 53 54
Binary 1110110 10100010 1000000 11011 0 111100 100100 1010111 101011 101100

Color Harmonies of #76A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A240

Black with #76A240

Text Example


Text Example

White with #76A240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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