Html Css Color HEX #76A342 Sushi

📋 copy color: '#76A342'

red 118 ◦ green 163 ◦ blue 66

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

Shades of Sushi #76A342

Tints of Sushi #76A342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.97%

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

R = 34.01%
G = 46.97%
B = 19.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#76A342 (or 0x76A342) is known color: Sushi. HEX triplet: 76, A3 and 42. RGB value is (118,163,66). Sum of RGB (Red+Green+Blue) = 118+163+66=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #76A342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A342 is #895CBD. Grayscale: #8A8A8A. Windows color (decimal): -9002174 or 4367222. OLE color: 4367222.

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

Color convert

RGB 118 163 66 -
CMYK 0.28 0 0.60 0.36
HSL 87.84º 0.42% 0.45% -
HSV(B) 87.84º 0.6% 0.64% -
XYZ 21.55 30.44 9.89 -
YUV 138.49 87.09 113.39 -
System Red Green Blue C M Y K H S L
Decimal 118 163 66 0.28 0 0.60 0.36 87.84 0.42 0.45
Hex 76 A3 42 1C 0 3C 24 58 2A 2D
Octal 166 243 102 34 0 74 44 130 52 55
Binary 1110110 10100011 1000010 11100 0 111100 100100 1011000 101010 101101

Color Harmonies of #76A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A342

Black with #76A342

Text Example


Text Example

White with #76A342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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