#7FBD97

Color #7FBD97 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FBD97

Tints of Padua #7FBD97

Color information

#7FBD97 (or 0x7FBD97) is unknown color: approx Padua. HEX triplet: 7F, BD and 97. RGB value is (127,189,151). Sum of RGB (Red+Green+Blue) = 127+189+151=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD97 is #804268. Grayscale: #A6A6A6. Windows color (decimal): -8405609 or 9944447. OLE color: 9944447.

HSL color Cylindrical-coordinate representation of color #7FBD97: hue angle of 143.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBD97 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB127189151-
CMYK0.3300.200.26
HSL143.23º31.96%61.96%-
HSV(B)143.23º32.8%74.12%-
XYZ32.5443.1435.89-
YUV166.13119.46100.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=27.19%
G=40.47%
B=32.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891510.3300.200.26143.2331.9661.96
Hex7FBD97210141A8f203e
Octal17727522741024322174076
Binary111111110111101100101111000010101001101010001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,151); }

 H1.HeaderClassName
 {
   color: #7FBD97;
 }
 .AnyTagClassName
 {
   color: #7FBD97;
 }
</style>
background-color css

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

 a { background-color: rgb(127,189,151); }

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

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

 span { border-color: rgb(127,189,151); }

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