Html Css Color HEX #7FA008 Lima

📋 copy color: '#7FA008'

red 127 ◦ green 160 ◦ blue 8

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

Shades of Lima #7FA008

Tints of Lima #7FA008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.24%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 43.05%
G = 54.24%
B = 2.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#7FA008 (or 0x7FA008) is known color: Lima. HEX triplet: 7F, A0 and 08. RGB value is (127,160,8). Sum of RGB (Red+Green+Blue) = 127+160+8=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA008 is #805FF7. Grayscale: #858585. Windows color (decimal): -8413176 or 565375. OLE color: 565375.

HSL color Cylindrical-coordinate representation of color #7FA008: hue angle of 73.03º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FA008 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 160 8 -
CMYK 0.21 0 0.95 0.37
HSL 73.03º 0.9% 0.33% -
HSV(B) 73.03º 0.95% 0.63% -
XYZ 21.37 29.67 4.83 -
YUV 132.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 127 160 8 0.21 0 0.95 0.37 73.03 0.9 0.33
Hex 7F A0 8 15 0 5F 25 49 5A 21
Octal 177 240 10 25 0 137 45 111 132 41
Binary 1111111 10100000 1000 10101 0 1011111 100101 1001001 1011010 100001

Color Harmonies of #7FA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA008

Black with #7FA008

Text Example


Text Example

White with #7FA008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,160,8); }

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

background-color css

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

 a { background-color: rgb(127,160,8); }

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

border-color css

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

 span { border-color: rgb(127,160,8); }

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