Html Css Color HEX #7DA609 Lima

📋 copy color: '#7DA609'

red 125 ◦ green 166 ◦ blue 9

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

Shades of Lima #7DA609

Tints of Lima #7DA609

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 value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#7DA609 (or 0x7DA609) is known color: 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

RGB 125 166 9 -
CMYK 0.25 0 0.95 0.35
HSL 75.67º 0.9% 0.34% -
HSV(B) 75.67º 0.95% 0.65% -
XYZ 22.14 31.65 5.2 -
YUV 135.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 125 166 9 0.25 0 0.95 0.35 75.67 0.9 0.34
Hex 7D A6 9 19 0 5F 23 4C 5A 22
Octal 175 246 11 31 0 137 43 114 132 42
Binary 1111101 10100110 1001 11001 0 1011111 100011 1001100 1011010 100010

Color Harmonies of #7DA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA609

Black with #7DA609

Text Example


Text Example

White with #7DA609

Text Example


Text Example

HTML Codes & Css Web 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>