Html Css Color HEX #76A740 Sushi

📋 copy color: '#76A740'

red 118 ◦ green 167 ◦ blue 64

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

Shades of Sushi #76A740

Tints of Sushi #76A740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.85%

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

R = 33.81%
G = 47.85%
B = 18.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#76A740 (or 0x76A740) is known color: Sushi. HEX triplet: 76, A7 and 40. RGB value is (118,167,64). Sum of RGB (Red+Green+Blue) = 118+167+64=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #76A740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A740 is #8958BF. Grayscale: #8C8C8C. Windows color (decimal): -9001152 or 4237174. OLE color: 4237174.

HSL color Cylindrical-coordinate representation of color #76A740: hue angle of 88.54º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76A740 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 64 -
CMYK 0.29 0 0.62 0.35
HSL 88.54º 0.45% 0.45% -
HSV(B) 88.54º 0.62% 0.65% -
XYZ 22.22 31.86 9.83 -
YUV 140.61 84.77 111.88 -
System Red Green Blue C M Y K H S L
Decimal 118 167 64 0.29 0 0.62 0.35 88.54 0.45 0.45
Hex 76 A7 40 1D 0 3E 23 59 2D 2D
Octal 166 247 100 35 0 76 43 131 55 55
Binary 1110110 10100111 1000000 11101 0 111110 100011 1011001 101101 101101

Color Harmonies of #76A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A740

Black with #76A740

Text Example


Text Example

White with #76A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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