Html Css Color HEX #76AC3F Sushi

📋 copy color: '#76AC3F'

red 118 ◦ green 172 ◦ blue 63

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

Shades of Sushi #76AC3F

Tints of Sushi #76AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.73%

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

R = 33.43%
G = 48.73%
B = 17.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#76AC3F (or 0x76AC3F) is known color: Sushi. HEX triplet: 76, AC and 3F. RGB value is (118,172,63). Sum of RGB (Red+Green+Blue) = 118+172+63=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC3F is #8953C0. Grayscale: #8F8F8F. Windows color (decimal): -8999873 or 4172918. OLE color: 4172918.

HSL color Cylindrical-coordinate representation of color #76AC3F: hue angle of 89.72º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76AC3F is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 172 63 -
CMYK 0.31 0 0.63 0.33
HSL 89.72º 0.46% 0.46% -
HSV(B) 89.72º 0.63% 0.67% -
XYZ 23.12 33.72 9.99 -
YUV 143.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 118 172 63 0.31 0 0.63 0.33 89.72 0.46 0.46
Hex 76 AC 3F 1F 0 3F 21 5A 2E 2E
Octal 166 254 77 37 0 77 41 132 56 56
Binary 1110110 10101100 111111 11111 0 111111 100001 1011010 101110 101110

Color Harmonies of #76AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC3F

Black with #76AC3F

Text Example


Text Example

White with #76AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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