Html Css Color HEX #7FAB95 Padua

📋 copy color: '#7FAB95'

red 127 ◦ green 171 ◦ blue 149

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

Shades of Padua #7FAB95

Tints of Padua #7FAB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 28.41%
G = 38.26%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#7FAB95 (or 0x7FAB95) is known color: Padua. HEX triplet: 7F, AB and 95. RGB value is (127,171,149). Sum of RGB (Red+Green+Blue) = 127+171+149=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB95 is #80546A. Grayscale: #9B9B9B. Windows color (decimal): -8410219 or 9808767. OLE color: 9808767.

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

Color convert

RGB 127 171 149 -
CMYK 0.26 0 0.13 0.33
HSL 150º 0.21% 0.58% -
HSV(B) 150º 0.26% 0.67% -
XYZ 28.74 35.81 33.83 -
YUV 155.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 127 171 149 0.26 0 0.13 0.33 150 0.21 0.58
Hex 7F AB 95 1A 0 D 21 96 15 3A
Octal 177 253 225 32 0 15 41 226 25 72
Binary 1111111 10101011 10010101 11010 0 1101 100001 10010110 10101 111010

Color Harmonies of #7FAB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB95

Black with #7FAB95

Text Example


Text Example

White with #7FAB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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