Html Css Color HEX #7FAA0B Lima

📋 copy color: '#7FAA0B'

red 127 ◦ green 170 ◦ blue 11

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

Shades of Lima #7FAA0B

Tints of Lima #7FAA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.19%

 BLUE value IS 11 (4.69% from 255) = 3.57%

R = 41.23%
G = 55.19%
B = 3.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#7FAA0B (or 0x7FAA0B) is known color: Lima. HEX triplet: 7F, AA and 0B. RGB value is (127,170,11). Sum of RGB (Red+Green+Blue) = 127+170+11=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA0B is #8055F4. Grayscale: #8B8B8B. Windows color (decimal): -8410613 or 764543. OLE color: 764543.

HSL color Cylindrical-coordinate representation of color #7FAA0B: hue angle of 76.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FAA0B is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 11 -
CMYK 0.25 0 0.94 0.33
HSL 76.23º 0.88% 0.35% -
HSV(B) 76.23º 0.94% 0.67% -
XYZ 23.19 33.29 5.52 -
YUV 139.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 127 170 11 0.25 0 0.94 0.33 76.23 0.88 0.35
Hex 7F AA B 19 0 5E 21 4C 58 23
Octal 177 252 13 31 0 136 41 114 130 43
Binary 1111111 10101010 1011 11001 0 1011110 100001 1001100 1011000 100011

Color Harmonies of #7FAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA0B

Black with #7FAA0B

Text Example


Text Example

White with #7FAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,170,11); }

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

background-color css

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

 a { background-color: rgb(127,170,11); }

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

border-color css

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

 span { border-color: rgb(127,170,11); }

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