Html Css Color HEX #7FA308 Lima

📋 copy color: '#7FA308'

red 127 ◦ green 163 ◦ blue 8

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

Shades of Lima #7FA308

Tints of Lima #7FA308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.7%

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

R = 42.62%
G = 54.7%
B = 2.68%

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

#7FA308 (or 0x7FA308) is known color: Lima. HEX triplet: 7F, A3 and 08. RGB value is (127,163,8). Sum of RGB (Red+Green+Blue) = 127+163+8=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA308 is #805CF7. Grayscale: #878787. Windows color (decimal): -8412408 or 566143. OLE color: 566143.

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

Color convert

RGB 127 163 8 -
CMYK 0.22 0 0.95 0.36
HSL 73.94º 0.91% 0.34% -
HSV(B) 73.94º 0.95% 0.64% -
XYZ 21.89 30.72 5.01 -
YUV 134.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 127 163 8 0.22 0 0.95 0.36 73.94 0.91 0.34
Hex 7F A3 8 16 0 5F 24 4A 5B 22
Octal 177 243 10 26 0 137 44 112 133 42
Binary 1111111 10100011 1000 10110 0 1011111 100100 1001010 1011011 100010

Color Harmonies of #7FA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA308

Black with #7FA308

Text Example


Text Example

White with #7FA308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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