Html Css Color HEX #7AAF0E Lima

📋 copy color: '#7AAF0E'

red 122 ◦ green 175 ◦ blue 14

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

Shades of Lima #7AAF0E

Tints of Lima #7AAF0E

RGB

 RED value IS 122 (48.05% from 255) = 39.23%

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

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 39.23%
G = 56.27%
B = 4.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#7AAF0E (or 0x7AAF0E) is known color: Lima. HEX triplet: 7A, AF and 0E. RGB value is (122,175,14). Sum of RGB (Red+Green+Blue) = 122+175+14=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAF0E is #8550F1. Grayscale: #8D8D8D. Windows color (decimal): -8737010 or 962426. OLE color: 962426.

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

Color convert

RGB 122 175 14 -
CMYK 0.30 0 0.92 0.31
HSL 79.75º 0.85% 0.37% -
HSV(B) 79.75º 0.92% 0.69% -
XYZ 23.44 34.83 5.9 -
YUV 140.8 56.44 114.59 -
System Red Green Blue C M Y K H S L
Decimal 122 175 14 0.30 0 0.92 0.31 79.75 0.85 0.37
Hex 7A AF E 1E 0 5C 1F 50 55 25
Octal 172 257 16 36 0 134 37 120 125 45
Binary 1111010 10101111 1110 11110 0 1011100 11111 1010000 1010101 100101

Color Harmonies of #7AAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF0E

Black with #7AAF0E

Text Example


Text Example

White with #7AAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,14); }

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

background-color css

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

 a { background-color: rgb(122,175,14); }

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

border-color css

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

 span { border-color: rgb(122,175,14); }

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