Html Css Color HEX #76A429 Sushi

📋 copy color: '#76A429'

red 118 ◦ green 164 ◦ blue 41

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

Shades of Sushi #76A429

Tints of Sushi #76A429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.77%

 BLUE value IS 41 (16.41% from 255) = 12.69%

R = 36.53%
G = 50.77%
B = 12.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#76A429 (or 0x76A429) is known color: Sushi. HEX triplet: 76, A4 and 29. RGB value is (118,164,41). Sum of RGB (Red+Green+Blue) = 118+164+41=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #76A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A429 is #895BD6. Grayscale: #888888. Windows color (decimal): -9001943 or 2729078. OLE color: 2729078.

HSL color Cylindrical-coordinate representation of color #76A429: hue angle of 82.44º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76A429 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 41 -
CMYK 0.28 0 0.75 0.36
HSL 82.44º 0.6% 0.4% -
HSV(B) 82.44º 0.75% 0.64% -
XYZ 21.15 30.56 6.88 -
YUV 136.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 118 164 41 0.28 0 0.75 0.36 82.44 0.6 0.4
Hex 76 A4 29 1C 0 4B 24 52 3C 28
Octal 166 244 51 34 0 113 44 122 74 50
Binary 1110110 10100100 101001 11100 0 1001011 100100 1010010 111100 101000

Color Harmonies of #76A429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A429

Black with #76A429

Text Example


Text Example

White with #76A429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,164,41); }

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

background-color css

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

 a { background-color: rgb(118,164,41); }

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

border-color css

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

 span { border-color: rgb(118,164,41); }

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