Html Css Color HEX #76A930 Sushi

📋 copy color: '#76A930'

red 118 ◦ green 169 ◦ blue 48

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

Shades of Sushi #76A930

Tints of Sushi #76A930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.45%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 35.22%
G = 50.45%
B = 14.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#76A930 (or 0x76A930) is known color: Sushi. HEX triplet: 76, A9 and 30. RGB value is (118,169,48). Sum of RGB (Red+Green+Blue) = 118+169+48=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #76A930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A930 is #8956CF. Grayscale: #8C8C8C. Windows color (decimal): -9000656 or 3189110. OLE color: 3189110.

HSL color Cylindrical-coordinate representation of color #76A930: hue angle of 85.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76A930 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 169 48 -
CMYK 0.30 0 0.72 0.34
HSL 85.29º 0.56% 0.43% -
HSV(B) 85.29º 0.72% 0.66% -
XYZ 22.19 32.44 7.89 -
YUV 139.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 118 169 48 0.30 0 0.72 0.34 85.29 0.56 0.43
Hex 76 A9 30 1E 0 48 22 55 38 2B
Octal 166 251 60 36 0 110 42 125 70 53
Binary 1110110 10101001 110000 11110 0 1001000 100010 1010101 111000 101011

Color Harmonies of #76A930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A930

Black with #76A930

Text Example


Text Example

White with #76A930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,169,48); }

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

background-color css

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

 a { background-color: rgb(118,169,48); }

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

border-color css

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

 span { border-color: rgb(118,169,48); }

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