Html Css Color HEX #76AB36 Sushi

📋 copy color: '#76AB36'

red 118 ◦ green 171 ◦ blue 54

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

Shades of Sushi #76AB36

Tints of Sushi #76AB36

RGB

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

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

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

R = 34.4%
G = 49.85%
B = 15.74%

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

#76AB36 (or 0x76AB36) is known color: Sushi. HEX triplet: 76, AB and 36. RGB value is (118,171,54). Sum of RGB (Red+Green+Blue) = 118+171+54=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB36 is #8954C9. Grayscale: #8E8E8E. Windows color (decimal): -9000138 or 3582838. OLE color: 3582838.

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

Color convert

RGB 118 171 54 -
CMYK 0.31 0 0.68 0.33
HSL 87.18º 0.52% 0.44% -
HSV(B) 87.18º 0.68% 0.67% -
XYZ 22.7 33.24 8.71 -
YUV 141.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 118 171 54 0.31 0 0.68 0.33 87.18 0.52 0.44
Hex 76 AB 36 1F 0 44 21 57 34 2C
Octal 166 253 66 37 0 104 41 127 64 54
Binary 1110110 10101011 110110 11111 0 1000100 100001 1010111 110100 101100

Color Harmonies of #76AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB36

Black with #76AB36

Text Example


Text Example

White with #76AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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