Html Css Color HEX #76AD35 Sushi

📋 copy color: '#76AD35'

red 118 ◦ green 173 ◦ blue 53

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

Shades of Sushi #76AD35

Tints of Sushi #76AD35

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 34.3%
G = 50.29%
B = 15.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#76AD35 (or 0x76AD35) is known color: Sushi. HEX triplet: 76, AD and 35. RGB value is (118,173,53). Sum of RGB (Red+Green+Blue) = 118+173+53=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AD35 is #8952CA. Grayscale: #8F8F8F. Windows color (decimal): -8999627 or 3517814. OLE color: 3517814.

HSL color Cylindrical-coordinate representation of color #76AD35: hue angle of 87.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76AD35 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 53 -
CMYK 0.32 0 0.69 0.32
HSL 87.5º 0.53% 0.44% -
HSV(B) 87.5º 0.69% 0.68% -
XYZ 23.06 34 8.71 -
YUV 142.88 77.28 110.26 -
System Red Green Blue C M Y K H S L
Decimal 118 173 53 0.32 0 0.69 0.32 87.5 0.53 0.44
Hex 76 AD 35 20 0 45 20 57 35 2C
Octal 166 255 65 40 0 105 40 127 65 54
Binary 1110110 10101101 110101 100000 0 1000101 100000 1010111 110101 101100

Color Harmonies of #76AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD35

Black with #76AD35

Text Example


Text Example

White with #76AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,53); }

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

background-color css

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

 a { background-color: rgb(118,173,53); }

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

border-color css

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

 span { border-color: rgb(118,173,53); }

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