#7DA609

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

Shades of Lima #7DA609

Tints of Lima #7DA609

Color information

#7DA609 (or 0x7DA609) is unknown color: approx Lima. HEX triplet: 7D, A6 and 09. RGB value is (125,166,9). Sum of RGB (Red+Green+Blue) = 125+166+9=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA609 is #8259F6. Grayscale: #888888. Windows color (decimal): -8542711 or 632445. OLE color: 632445.

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

Color convert

RGB1251669-
CMYK0.2500.950.35
HSL75.67º89.71%34.31%-
HSV(B)75.67º94.58%65.1%-
XYZ22.1431.655.2-
YUV135.8456.42120.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.67%
GREEN value IS 166 (65.23% from 255) = 55.33%
BLUE value IS 9 (3.91% from 255) = 3%
R=41.67%
G=55.33%
B=3%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12516690.2500.950.3575.6789.7134.31
Hex7DA691905F234c5a22
Octal175246113101374311413242
Binary1111101101001101001110010101111110001110011001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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