Html Css Color HEX #7D9C19 Lima

📋 copy color: '#7D9C19'

red 125 ◦ green 156 ◦ blue 25

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

Shades of Lima #7D9C19

Tints of Lima #7D9C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.98%

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 40.85%
G = 50.98%
B = 8.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#7D9C19 (or 0x7D9C19) is known color: Lima. HEX triplet: 7D, 9C and 19. RGB value is (125,156,25). Sum of RGB (Red+Green+Blue) = 125+156+25=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9C19 is #8263E6. Grayscale: #848484. Windows color (decimal): -8545255 or 1678461. OLE color: 1678461.

HSL color Cylindrical-coordinate representation of color #7D9C19: hue angle of 74.2º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D9C19 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 156 25 -
CMYK 0.20 0 0.84 0.39
HSL 74.2º 0.72% 0.35% -
HSV(B) 74.2º 0.84% 0.61% -
XYZ 20.52 28.21 5.28 -
YUV 131.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 125 156 25 0.20 0 0.84 0.39 74.2 0.72 0.35
Hex 7D 9C 19 14 0 54 27 4A 48 23
Octal 175 234 31 24 0 124 47 112 110 43
Binary 1111101 10011100 11001 10100 0 1010100 100111 1001010 1001000 100011

Color Harmonies of #7D9C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C19

Black with #7D9C19

Text Example


Text Example

White with #7D9C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,156,25); }

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

background-color css

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

 a { background-color: rgb(125,156,25); }

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

border-color css

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

 span { border-color: rgb(125,156,25); }

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