Html Css Color HEX #7FAD07 Lima

📋 copy color: '#7FAD07'

red 127 ◦ green 173 ◦ blue 7

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

Shades of Lima #7FAD07

Tints of Lima #7FAD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 41.37%
G = 56.35%
B = 2.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#7FAD07 (or 0x7FAD07) is known color: Lima. HEX triplet: 7F, AD and 07. RGB value is (127,173,7). Sum of RGB (Red+Green+Blue) = 127+173+7=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAD07 is #8052F8. Grayscale: #8C8C8C. Windows color (decimal): -8409849 or 503167. OLE color: 503167.

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

Color convert

RGB 127 173 7 -
CMYK 0.27 0 0.96 0.32
HSL 76.63º 0.92% 0.35% -
HSV(B) 76.63º 0.96% 0.68% -
XYZ 23.73 34.41 5.59 -
YUV 140.32 52.76 118.5 -
System Red Green Blue C M Y K H S L
Decimal 127 173 7 0.27 0 0.96 0.32 76.63 0.92 0.35
Hex 7F AD 7 1B 0 60 20 4D 5C 23
Octal 177 255 7 33 0 140 40 115 134 43
Binary 1111111 10101101 111 11011 0 1100000 100000 1001101 1011100 100011

Color Harmonies of #7FAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD07

Black with #7FAD07

Text Example


Text Example

White with #7FAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,7); }

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

background-color css

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

 a { background-color: rgb(127,173,7); }

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

border-color css

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

 span { border-color: rgb(127,173,7); }

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