#7FB498

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

Shades of Padua #7FB498

Tints of Padua #7FB498

Color information

#7FB498 (or 0x7FB498) is unknown color: approx Padua. HEX triplet: 7F, B4 and 98. RGB value is (127,180,152). Sum of RGB (Red+Green+Blue) = 127+180+152=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB498 is #804B67. Grayscale: #A1A1A1. Windows color (decimal): -8407912 or 10007679. OLE color: 10007679.

HSL color Cylindrical-coordinate representation of color #7FB498: hue angle of 148.3º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB498 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB127180152-
CMYK0.2900.160.29
HSL148.3º26.11%60.2%-
HSV(B)148.3º29.44%70.59%-
XYZ30.7439.4235.69-
YUV160.96122.94103.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=27.67%
G=39.22%
B=33.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271801520.2900.160.29148.326.1160.2
Hex7FB4981D0101D941a3c
Octal17726423035020352243274
Binary1111111101101001001100011101010000111011001010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,152); }

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

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

 a { background-color: rgb(127,180,152); }

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

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

 span { border-color: rgb(127,180,152); }

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