Html Css Color HEX #7FB095 Padua

📋 copy color: '#7FB095'

red 127 ◦ green 176 ◦ blue 149

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

Shades of Padua #7FB095

Tints of Padua #7FB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.94%

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

R = 28.1%
G = 38.94%
B = 32.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#7FB095 (or 0x7FB095) is known color: Padua. HEX triplet: 7F, B0 and 95. RGB value is (127,176,149). Sum of RGB (Red+Green+Blue) = 127+176+149=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB095 is #804F6A. Grayscale: #9E9E9E. Windows color (decimal): -8408939 or 9810047. OLE color: 9810047.

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

Color convert

RGB 127 176 149 -
CMYK 0.28 0 0.15 0.31
HSL 146.94º 0.24% 0.59% -
HSV(B) 146.94º 0.28% 0.69% -
XYZ 29.7 37.73 34.15 -
YUV 158.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 127 176 149 0.28 0 0.15 0.31 146.94 0.24 0.59
Hex 7F B0 95 1C 0 F 1F 93 18 3B
Octal 177 260 225 34 0 17 37 223 30 73
Binary 1111111 10110000 10010101 11100 0 1111 11111 10010011 11000 111011

Color Harmonies of #7FB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB095

Black with #7FB095

Text Example


Text Example

White with #7FB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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