#7DA926

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

Shades of Lima #7DA926

Tints of Lima #7DA926

Color information

#7DA926 (or 0x7DA926) is unknown color: approx Lima. HEX triplet: 7D, A9 and 26. RGB value is (125,169,38). Sum of RGB (Red+Green+Blue) = 125+169+38=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA926 is #8256D9. Grayscale: #8D8D8D. Windows color (decimal): -8541914 or 2533757. OLE color: 2533757.

HSL color Cylindrical-coordinate representation of color #7DA926: hue angle of 80.15º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DA926 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB12516938-
CMYK0.2600.780.34
HSL80.15º63.29%40.59%-
HSV(B)80.15º77.51%66.27%-
XYZ2332.886.97-
YUV140.9169.92116.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 38 (15.23% from 255) = 11.45%
R=37.65%
G=50.90%
B=11.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125169380.2600.780.3480.1563.2940.59
Hex7DA9261A04E22503f29
Octal17525146320116421207751
Binary11111011010100110011011010010011101000101010000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,169,38); }

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

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

 a { background-color: rgb(125,169,38); }

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

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

 span { border-color: rgb(125,169,38); }

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