Html Css Color HEX #7F9F1D Lima

📋 copy color: '#7F9F1D'

red 127 ◦ green 159 ◦ blue 29

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

Shades of Lima #7F9F1D

Tints of Lima #7F9F1D

RGB

 RED value IS 127 (50% from 255) = 40.32%

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

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 40.32%
G = 50.48%
B = 9.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#7F9F1D (or 0x7F9F1D) is known color: Lima. HEX triplet: 7F, 9F and 1D. RGB value is (127,159,29). Sum of RGB (Red+Green+Blue) = 127+159+29=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9F1D is #8060E2. Grayscale: #878787. Windows color (decimal): -8413411 or 1941375. OLE color: 1941375.

HSL color Cylindrical-coordinate representation of color #7F9F1D: hue angle of 74.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F9F1D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 159 29 -
CMYK 0.20 0 0.82 0.38
HSL 74.77º 0.69% 0.37% -
HSV(B) 74.77º 0.82% 0.62% -
XYZ 21.37 29.4 5.71 -
YUV 134.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 127 159 29 0.20 0 0.82 0.38 74.77 0.69 0.37
Hex 7F 9F 1D 14 0 52 26 4B 45 25
Octal 177 237 35 24 0 122 46 113 105 45
Binary 1111111 10011111 11101 10100 0 1010010 100110 1001011 1000101 100101

Color Harmonies of #7F9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9F1D

Black with #7F9F1D

Text Example


Text Example

White with #7F9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,159,29); }

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

background-color css

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

 a { background-color: rgb(127,159,29); }

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

border-color css

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

 span { border-color: rgb(127,159,29); }

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