#7DAB2F

Color #7DAB2F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7DAB2F

Tints of Sushi #7DAB2F

Color information

#7DAB2F (or 0x7DAB2F) is unknown color: approx Sushi. HEX triplet: 7D, AB and 2F. RGB value is (125,171,47). Sum of RGB (Red+Green+Blue) = 125+171+47=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB2F is #8254D0. Grayscale: #8F8F8F. Windows color (decimal): -8541393 or 3124093. OLE color: 3124093.

HSL color Cylindrical-coordinate representation of color #7DAB2F: hue angle of 82.26º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DAB2F is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB12517147-
CMYK0.2700.730.33
HSL82.26º56.88%42.75%-
HSV(B)82.26º72.51%67.06%-
XYZ23.5333.697.95-
YUV143.1173.76115.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 171 (67.19% from 255) = 49.85%
BLUE value IS 47 (18.75% from 255) = 13.70%
R=36.44%
G=49.85%
B=13.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125171470.2700.730.3382.2656.8842.75
Hex7DAB2F1B0492152392b
Octal17525357330111411227153
Binary11111011010101110111111011010010011000011010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DAB2F; }

 p { color: rgb(125,171,47); }

 H1.HeaderClassName
 {
   color: #7DAB2F;
 }
 .AnyTagClassName
 {
   color: #7DAB2F;
 }
</style>
background-color css

<style>
 a { background-color: #7DAB2F; }

 a { background-color: rgb(125,171,47); }

 div.DivClassName
 {
   background-color: #7DAB2F;
 }
 .BgClassName
 {
   background-color: #7DAB2F;
 }
</style>
border-color css

<style>
 span { border-color: #7DAB2F; }

 span { border-color: rgb(125,171,47); }

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