Html Css Color HEX #7DAC0D Lima

📋 copy color: '#7DAC0D'

red 125 ◦ green 172 ◦ blue 13

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

Shades of Lima #7DAC0D

Tints of Lima #7DAC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.48%

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 40.32%
G = 55.48%
B = 4.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#7DAC0D (or 0x7DAC0D) is known color: Lima. HEX triplet: 7D, AC and 0D. RGB value is (125,172,13). Sum of RGB (Red+Green+Blue) = 125+172+13=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC0D is #8253F2. Grayscale: #8C8C8C. Windows color (decimal): -8541171 or 896125. OLE color: 896125.

HSL color Cylindrical-coordinate representation of color #7DAC0D: hue angle of 77.74º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DAC0D is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 13 -
CMYK 0.27 0 0.92 0.33
HSL 77.74º 0.86% 0.36% -
HSV(B) 77.74º 0.92% 0.67% -
XYZ 23.28 33.89 5.7 -
YUV 139.82 56.43 117.43 -
System Red Green Blue C M Y K H S L
Decimal 125 172 13 0.27 0 0.92 0.33 77.74 0.86 0.36
Hex 7D AC D 1B 0 5C 21 4E 56 24
Octal 175 254 15 33 0 134 41 116 126 44
Binary 1111101 10101100 1101 11011 0 1011100 100001 1001110 1010110 100100

Color Harmonies of #7DAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC0D

Black with #7DAC0D

Text Example


Text Example

White with #7DAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,13); }

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

background-color css

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

 a { background-color: rgb(125,172,13); }

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

border-color css

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

 span { border-color: rgb(125,172,13); }

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