Html Css Color HEX #76A142 Sushi

📋 copy color: '#76A142'

red 118 ◦ green 161 ◦ blue 66

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

Shades of Sushi #76A142

Tints of Sushi #76A142

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 34.2%
G = 46.67%
B = 19.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#76A142 (or 0x76A142) is known color: Sushi. HEX triplet: 76, A1 and 42. RGB value is (118,161,66). Sum of RGB (Red+Green+Blue) = 118+161+66=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #76A142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A142 is #895EBD. Grayscale: #898989. Windows color (decimal): -9002686 or 4366710. OLE color: 4366710.

HSL color Cylindrical-coordinate representation of color #76A142: hue angle of 87.16º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76A142 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 66 -
CMYK 0.27 0 0.59 0.37
HSL 87.16º 0.42% 0.45% -
HSV(B) 87.16º 0.59% 0.63% -
XYZ 21.2 29.73 9.78 -
YUV 137.31 87.75 114.22 -
System Red Green Blue C M Y K H S L
Decimal 118 161 66 0.27 0 0.59 0.37 87.16 0.42 0.45
Hex 76 A1 42 1B 0 3B 25 57 2A 2D
Octal 166 241 102 33 0 73 45 127 52 55
Binary 1110110 10100001 1000010 11011 0 111011 100101 1010111 101010 101101

Color Harmonies of #76A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A142

Black with #76A142

Text Example


Text Example

White with #76A142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,66); }

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

background-color css

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

 a { background-color: rgb(118,161,66); }

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

border-color css

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

 span { border-color: rgb(118,161,66); }

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