Html Css Color HEX #76A53E Sushi

📋 copy color: '#76A53E'

red 118 ◦ green 165 ◦ blue 62

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

Shades of Sushi #76A53E

Tints of Sushi #76A53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.83%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 34.2%
G = 47.83%
B = 17.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#76A53E (or 0x76A53E) is known color: Sushi. HEX triplet: 76, A5 and 3E. RGB value is (118,165,62). Sum of RGB (Red+Green+Blue) = 118+165+62=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #76A53E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A53E is #895AC1. Grayscale: #8B8B8B. Windows color (decimal): -9001666 or 4105590. OLE color: 4105590.

HSL color Cylindrical-coordinate representation of color #76A53E: hue angle of 87.38º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76A53E is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 62 -
CMYK 0.28 0 0.62 0.35
HSL 87.38º 0.45% 0.45% -
HSV(B) 87.38º 0.62% 0.65% -
XYZ 21.8 31.11 9.41 -
YUV 139.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 118 165 62 0.28 0 0.62 0.35 87.38 0.45 0.45
Hex 76 A5 3E 1C 0 3E 23 57 2D 2D
Octal 166 245 76 34 0 76 43 127 55 55
Binary 1110110 10100101 111110 11100 0 111110 100011 1010111 101101 101101

Color Harmonies of #76A53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A53E

Black with #76A53E

Text Example


Text Example

White with #76A53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,62); }

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

background-color css

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

 a { background-color: rgb(118,165,62); }

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

border-color css

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

 span { border-color: rgb(118,165,62); }

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