#7DA809

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

Shades of Lima #7DA809

Tints of Lima #7DA809

Color information

#7DA809 (or 0x7DA809) is unknown color: approx Lima. HEX triplet: 7D, A8 and 09. RGB value is (125,168,9). Sum of RGB (Red+Green+Blue) = 125+168+9=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA809 is #8257F6. Grayscale: #898989. Windows color (decimal): -8542199 or 632957. OLE color: 632957.

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

Color convert

RGB1251689-
CMYK0.2600.950.34
HSL76.23º89.83%34.71%-
HSV(B)76.23º94.64%65.88%-
XYZ22.5132.385.32-
YUV137.0255.75119.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.39%
GREEN value IS 168 (66.02% from 255) = 55.63%
BLUE value IS 9 (3.91% from 255) = 2.98%
R=41.39%
G=55.63%
B=2.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12516890.2600.950.3476.2389.8334.71
Hex7DA891A05F224c5a23
Octal175250113201374211413243
Binary1111101101010001001110100101111110001010011001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,168,9); }

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

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

 a { background-color: rgb(125,168,9); }

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

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

 span { border-color: rgb(125,168,9); }

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