Html Css Color HEX #7D9F0F Lima

📋 copy color: '#7D9F0F'

red 125 ◦ green 159 ◦ blue 15

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

Shades of Lima #7D9F0F

Tints of Lima #7D9F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.18%

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 41.81%
G = 53.18%
B = 5.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#7D9F0F (or 0x7D9F0F) is known color: Lima. HEX triplet: 7D, 9F and 0F. RGB value is (125,159,15). Sum of RGB (Red+Green+Blue) = 125+159+15=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9F0F is #8260F0. Grayscale: #848484. Windows color (decimal): -8544497 or 1023869. OLE color: 1023869.

HSL color Cylindrical-coordinate representation of color #7D9F0F: hue angle of 74.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D9F0F is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 159 15 -
CMYK 0.21 0 0.91 0.38
HSL 74.17º 0.83% 0.34% -
HSV(B) 74.17º 0.91% 0.62% -
XYZ 20.94 29.19 4.98 -
YUV 132.42 61.74 122.71 -
System Red Green Blue C M Y K H S L
Decimal 125 159 15 0.21 0 0.91 0.38 74.17 0.83 0.34
Hex 7D 9F F 15 0 5B 26 4A 53 22
Octal 175 237 17 25 0 133 46 112 123 42
Binary 1111101 10011111 1111 10101 0 1011011 100110 1001010 1010011 100010

Color Harmonies of #7D9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F0F

Black with #7D9F0F

Text Example


Text Example

White with #7D9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,15); }

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

background-color css

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

 a { background-color: rgb(125,159,15); }

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

border-color css

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

 span { border-color: rgb(125,159,15); }

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