Html Css Color HEX #76AC3C Sushi

📋 copy color: '#76AC3C'

red 118 ◦ green 172 ◦ blue 60

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

Shades of Sushi #76AC3C

Tints of Sushi #76AC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 33.71%
G = 49.14%
B = 17.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#76AC3C (or 0x76AC3C) is known color: Sushi. HEX triplet: 76, AC and 3C. RGB value is (118,172,60). Sum of RGB (Red+Green+Blue) = 118+172+60=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC3C is #8953C3. Grayscale: #8F8F8F. Windows color (decimal): -8999876 or 3976310. OLE color: 3976310.

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

Color convert

RGB 118 172 60 -
CMYK 0.31 0 0.65 0.33
HSL 88.93º 0.48% 0.45% -
HSV(B) 88.93º 0.65% 0.67% -
XYZ 23.04 33.68 9.56 -
YUV 143.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 118 172 60 0.31 0 0.65 0.33 88.93 0.48 0.45
Hex 76 AC 3C 1F 0 41 21 59 30 2D
Octal 166 254 74 37 0 101 41 131 60 55
Binary 1110110 10101100 111100 11111 0 1000001 100001 1011001 110000 101101

Color Harmonies of #76AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC3C

Black with #76AC3C

Text Example


Text Example

White with #76AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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