Html Css Color HEX #76AB33 Sushi

📋 copy color: '#76AB33'

red 118 ◦ green 171 ◦ blue 51

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

Shades of Sushi #76AB33

Tints of Sushi #76AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15%

R = 34.71%
G = 50.29%
B = 15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#76AB33 (or 0x76AB33) is known color: Sushi. HEX triplet: 76, AB and 33. RGB value is (118,171,51). Sum of RGB (Red+Green+Blue) = 118+171+51=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB33 is #8954CC. Grayscale: #8D8D8D. Windows color (decimal): -9000141 or 3386230. OLE color: 3386230.

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

Color convert

RGB 118 171 51 -
CMYK 0.31 0 0.70 0.33
HSL 86.5º 0.54% 0.44% -
HSV(B) 86.5º 0.7% 0.67% -
XYZ 22.63 33.22 8.35 -
YUV 141.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 118 171 51 0.31 0 0.70 0.33 86.5 0.54 0.44
Hex 76 AB 33 1F 0 46 21 56 36 2C
Octal 166 253 63 37 0 106 41 126 66 54
Binary 1110110 10101011 110011 11111 0 1000110 100001 1010110 110110 101100

Color Harmonies of #76AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB33

Black with #76AB33

Text Example


Text Example

White with #76AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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