Html Css Color HEX #7FA208 Lima

📋 copy color: '#7FA208'

red 127 ◦ green 162 ◦ blue 8

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

Shades of Lima #7FA208

Tints of Lima #7FA208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.55%

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

R = 42.76%
G = 54.55%
B = 2.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#7FA208 (or 0x7FA208) is known color: Lima. HEX triplet: 7F, A2 and 08. RGB value is (127,162,8). Sum of RGB (Red+Green+Blue) = 127+162+8=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA208 is #805DF7. Grayscale: #868686. Windows color (decimal): -8412664 or 565887. OLE color: 565887.

HSL color Cylindrical-coordinate representation of color #7FA208: hue angle of 73.64º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FA208 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 8 -
CMYK 0.22 0 0.95 0.36
HSL 73.64º 0.91% 0.33% -
HSV(B) 73.64º 0.95% 0.64% -
XYZ 21.72 30.37 4.95 -
YUV 133.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 127 162 8 0.22 0 0.95 0.36 73.64 0.91 0.33
Hex 7F A2 8 16 0 5F 24 4A 5B 21
Octal 177 242 10 26 0 137 44 112 133 41
Binary 1111111 10100010 1000 10110 0 1011111 100100 1001010 1011011 100001

Color Harmonies of #7FA208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA208

Black with #7FA208

Text Example


Text Example

White with #7FA208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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