Html Css Color HEX #76AB37 Sushi

📋 copy color: '#76AB37'

red 118 ◦ green 171 ◦ blue 55

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

Shades of Sushi #76AB37

Tints of Sushi #76AB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 34.3%
G = 49.71%
B = 15.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#76AB37 (or 0x76AB37) is known color: Sushi. HEX triplet: 76, AB and 37. RGB value is (118,171,55). Sum of RGB (Red+Green+Blue) = 118+171+55=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB37 is #8954C8. Grayscale: #8E8E8E. Windows color (decimal): -9000137 or 3648374. OLE color: 3648374.

HSL color Cylindrical-coordinate representation of color #76AB37: hue angle of 87.41º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76AB37 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 55 -
CMYK 0.31 0 0.68 0.33
HSL 87.41º 0.51% 0.44% -
HSV(B) 87.41º 0.68% 0.67% -
XYZ 22.72 33.25 8.84 -
YUV 141.93 78.94 110.93 -
System Red Green Blue C M Y K H S L
Decimal 118 171 55 0.31 0 0.68 0.33 87.41 0.51 0.44
Hex 76 AB 37 1F 0 44 21 57 33 2C
Octal 166 253 67 37 0 104 41 127 63 54
Binary 1110110 10101011 110111 11111 0 1000100 100001 1010111 110011 101100

Color Harmonies of #76AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB37

Black with #76AB37

Text Example


Text Example

White with #76AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,55); }

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

background-color css

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

 a { background-color: rgb(118,171,55); }

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

border-color css

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

 span { border-color: rgb(118,171,55); }

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