Html Css Color HEX #76A440 Sushi

📋 copy color: '#76A440'

red 118 ◦ green 164 ◦ blue 64

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

Shades of Sushi #76A440

Tints of Sushi #76A440

RGB

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

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

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

R = 34.1%
G = 47.4%
B = 18.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#76A440 (or 0x76A440) is known color: Sushi. HEX triplet: 76, A4 and 40. RGB value is (118,164,64). Sum of RGB (Red+Green+Blue) = 118+164+64=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #76A440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A440 is #895BBF. Grayscale: #8B8B8B. Windows color (decimal): -9001920 or 4236406. OLE color: 4236406.

HSL color Cylindrical-coordinate representation of color #76A440: hue angle of 87.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76A440 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 64 -
CMYK 0.28 0 0.61 0.36
HSL 87.6º 0.44% 0.45% -
HSV(B) 87.6º 0.61% 0.64% -
XYZ 21.67 30.77 9.65 -
YUV 138.85 85.76 113.13 -
System Red Green Blue C M Y K H S L
Decimal 118 164 64 0.28 0 0.61 0.36 87.6 0.44 0.45
Hex 76 A4 40 1C 0 3D 24 58 2C 2D
Octal 166 244 100 34 0 75 44 130 54 55
Binary 1110110 10100100 1000000 11100 0 111101 100100 1011000 101100 101101

Color Harmonies of #76A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A440

Black with #76A440

Text Example


Text Example

White with #76A440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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