Html Css Color HEX #76AC36 Sushi

📋 copy color: '#76AC36'

red 118 ◦ green 172 ◦ blue 54

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

Shades of Sushi #76AC36

Tints of Sushi #76AC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 34.3%
G = 50%
B = 15.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#76AC36 (or 0x76AC36) is known color: Sushi. HEX triplet: 76, AC and 36. RGB value is (118,172,54). Sum of RGB (Red+Green+Blue) = 118+172+54=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC36 is #8953C9. Grayscale: #8E8E8E. Windows color (decimal): -8999882 or 3583094. OLE color: 3583094.

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

Color convert

RGB 118 172 54 -
CMYK 0.31 0 0.69 0.33
HSL 87.46º 0.52% 0.44% -
HSV(B) 87.46º 0.69% 0.67% -
XYZ 22.89 33.62 8.77 -
YUV 142.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 118 172 54 0.31 0 0.69 0.33 87.46 0.52 0.44
Hex 76 AC 36 1F 0 45 21 57 34 2C
Octal 166 254 66 37 0 105 41 127 64 54
Binary 1110110 10101100 110110 11111 0 1000101 100001 1010111 110100 101100

Color Harmonies of #76AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC36

Black with #76AC36

Text Example


Text Example

White with #76AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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