Html Css Color HEX #7FAF95 Padua

📋 copy color: '#7FAF95'

red 127 ◦ green 175 ◦ blue 149

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

Shades of Padua #7FAF95

Tints of Padua #7FAF95

RGB

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

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

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

R = 28.16%
G = 38.8%
B = 33.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#7FAF95 (or 0x7FAF95) is known color: Padua. HEX triplet: 7F, AF and 95. RGB value is (127,175,149). Sum of RGB (Red+Green+Blue) = 127+175+149=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF95 is #80506A. Grayscale: #9D9D9D. Windows color (decimal): -8409195 or 9809791. OLE color: 9809791.

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

Color convert

RGB 127 175 149 -
CMYK 0.27 0 0.15 0.31
HSL 147.5º 0.23% 0.59% -
HSV(B) 147.5º 0.27% 0.69% -
XYZ 29.51 37.34 34.09 -
YUV 157.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 127 175 149 0.27 0 0.15 0.31 147.5 0.23 0.59
Hex 7F AF 95 1B 0 F 1F 94 17 3B
Octal 177 257 225 33 0 17 37 224 27 73
Binary 1111111 10101111 10010101 11011 0 1111 11111 10010100 10111 111011

Color Harmonies of #7FAF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF95

Black with #7FAF95

Text Example


Text Example

White with #7FAF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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