Html Css Color HEX #7FAB06 Lima

📋 copy color: '#7FAB06'

red 127 ◦ green 171 ◦ blue 6

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

Shades of Lima #7FAB06

Tints of Lima #7FAB06

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.25%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 41.78%
G = 56.25%
B = 1.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#7FAB06 (or 0x7FAB06) is known color: Lima. HEX triplet: 7F, AB and 06. RGB value is (127,171,6). Sum of RGB (Red+Green+Blue) = 127+171+6=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB06 is #8054F9. Grayscale: #8B8B8B. Windows color (decimal): -8410362 or 437119. OLE color: 437119.

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

Color convert

RGB 127 171 6 -
CMYK 0.26 0 0.96 0.33
HSL 76º 0.93% 0.35% -
HSV(B) 76º 0.96% 0.67% -
XYZ 23.35 33.65 5.44 -
YUV 139.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 127 171 6 0.26 0 0.96 0.33 76 0.93 0.35
Hex 7F AB 6 1A 0 60 21 4C 5D 23
Octal 177 253 6 32 0 140 41 114 135 43
Binary 1111111 10101011 110 11010 0 1100000 100001 1001100 1011101 100011

Color Harmonies of #7FAB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB06

Black with #7FAB06

Text Example


Text Example

White with #7FAB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,6); }

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

background-color css

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

 a { background-color: rgb(127,171,6); }

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

border-color css

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

 span { border-color: rgb(127,171,6); }

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