Html Css Color HEX #7FAF0F Lima

📋 copy color: '#7FAF0F'

red 127 ◦ green 175 ◦ blue 15

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

Shades of Lima #7FAF0F

Tints of Lima #7FAF0F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.21%

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 40.06%
G = 55.21%
B = 4.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#7FAF0F (or 0x7FAF0F) is known color: Lima. HEX triplet: 7F, AF and 0F. RGB value is (127,175,15). Sum of RGB (Red+Green+Blue) = 127+175+15=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF0F is #8050F0. Grayscale: #8F8F8F. Windows color (decimal): -8409329 or 1027967. OLE color: 1027967.

HSL color Cylindrical-coordinate representation of color #7FAF0F: hue angle of 78º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FAF0F is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 15 -
CMYK 0.27 0 0.91 0.31
HSL 78º 0.84% 0.37% -
HSV(B) 78º 0.91% 0.69% -
XYZ 24.17 35.21 5.97 -
YUV 142.41 56.1 117.01 -
System Red Green Blue C M Y K H S L
Decimal 127 175 15 0.27 0 0.91 0.31 78 0.84 0.37
Hex 7F AF F 1B 0 5B 1F 4E 54 25
Octal 177 257 17 33 0 133 37 116 124 45
Binary 1111111 10101111 1111 11011 0 1011011 11111 1001110 1010100 100101

Color Harmonies of #7FAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF0F

Black with #7FAF0F

Text Example


Text Example

White with #7FAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,15); }

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

background-color css

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

 a { background-color: rgb(127,175,15); }

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

border-color css

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

 span { border-color: rgb(127,175,15); }

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