Html Css Color HEX #76A53F Sushi

📋 copy color: '#76A53F'

red 118 ◦ green 165 ◦ blue 63

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

Shades of Sushi #76A53F

Tints of Sushi #76A53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.21%

R = 34.1%
G = 47.69%
B = 18.21%

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

#76A53F (or 0x76A53F) is known color: Sushi. HEX triplet: 76, A5 and 3F. RGB value is (118,165,63). Sum of RGB (Red+Green+Blue) = 118+165+63=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #76A53F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A53F is #895AC0. Grayscale: #8B8B8B. Windows color (decimal): -9001665 or 4171126. OLE color: 4171126.

HSL color Cylindrical-coordinate representation of color #76A53F: hue angle of 87.65º 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 #76A53F is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 63 -
CMYK 0.28 0 0.62 0.35
HSL 87.65º 0.45% 0.45% -
HSV(B) 87.65º 0.62% 0.65% -
XYZ 21.82 31.12 9.56 -
YUV 139.32 84.93 112.79 -
System Red Green Blue C M Y K H S L
Decimal 118 165 63 0.28 0 0.62 0.35 87.65 0.45 0.45
Hex 76 A5 3F 1C 0 3E 23 58 2D 2D
Octal 166 245 77 34 0 76 43 130 55 55
Binary 1110110 10100101 111111 11100 0 111110 100011 1011000 101101 101101

Color Harmonies of #76A53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A53F

Black with #76A53F

Text Example


Text Example

White with #76A53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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