Html Css Color HEX #7DAD06 Lima

📋 copy color: '#7DAD06'

red 125 ◦ green 173 ◦ blue 6

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

Shades of Lima #7DAD06

Tints of Lima #7DAD06

RGB

 RED value IS 125 (49.22% from 255) = 41.12%

 GREEN value IS 173 (67.97% from 255) = 56.91%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 41.12%
G = 56.91%
B = 1.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#7DAD06 (or 0x7DAD06) is known color: Lima. HEX triplet: 7D, AD and 06. RGB value is (125,173,6). Sum of RGB (Red+Green+Blue) = 125+173+6=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD06 is #8252F9. Grayscale: #8C8C8C. Windows color (decimal): -8540922 or 437629. OLE color: 437629.

HSL color Cylindrical-coordinate representation of color #7DAD06: hue angle of 77.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DAD06 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 6 -
CMYK 0.28 0 0.97 0.32
HSL 77.25º 0.93% 0.35% -
HSV(B) 77.25º 0.97% 0.68% -
XYZ 23.43 34.26 5.55 -
YUV 139.61 52.6 117.58 -
System Red Green Blue C M Y K H S L
Decimal 125 173 6 0.28 0 0.97 0.32 77.25 0.93 0.35
Hex 7D AD 6 1C 0 61 20 4D 5D 23
Octal 175 255 6 34 0 141 40 115 135 43
Binary 1111101 10101101 110 11100 0 1100001 100000 1001101 1011101 100011

Color Harmonies of #7DAD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD06

Black with #7DAD06

Text Example


Text Example

White with #7DAD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,173,6); }

 H1.HeaderClassName
 {
   color: #7DAD06;
 }
 .AnyTagClassName
 {
   color: #7DAD06;
 }
</style>

background-color css

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

 a { background-color: rgb(125,173,6); }

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

border-color css

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

 span { border-color: rgb(125,173,6); }

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