Html Css Color HEX #76AC33 Sushi

📋 copy color: '#76AC33'

red 118 ◦ green 172 ◦ blue 51

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

Shades of Sushi #76AC33

Tints of Sushi #76AC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.44%

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

R = 34.6%
G = 50.44%
B = 14.96%

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

#76AC33 (or 0x76AC33) is known color: Sushi. HEX triplet: 76, AC and 33. RGB value is (118,172,51). Sum of RGB (Red+Green+Blue) = 118+172+51=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC33 is #8953CC. Grayscale: #8E8E8E. Windows color (decimal): -8999885 or 3386486. OLE color: 3386486.

HSL color Cylindrical-coordinate representation of color #76AC33: hue angle of 86.78º 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 #76AC33 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 172 51 -
CMYK 0.31 0 0.70 0.33
HSL 86.78º 0.54% 0.44% -
HSV(B) 86.78º 0.7% 0.67% -
XYZ 22.82 33.6 8.41 -
YUV 142.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 118 172 51 0.31 0 0.70 0.33 86.78 0.54 0.44
Hex 76 AC 33 1F 0 46 21 57 36 2C
Octal 166 254 63 37 0 106 41 127 66 54
Binary 1110110 10101100 110011 11111 0 1000110 100001 1010111 110110 101100

Color Harmonies of #76AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC33

Black with #76AC33

Text Example


Text Example

White with #76AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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