#7BAF90

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

Shades of Padua #7BAF90

Tints of Padua #7BAF90

Color information

#7BAF90 (or 0x7BAF90) is unknown color: approx Padua. HEX triplet: 7B, AF and 90. RGB value is (123,175,144). Sum of RGB (Red+Green+Blue) = 123+175+144=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF90 is #84506F. Grayscale: #9B9B9B. Windows color (decimal): -8671344 or 9482107. OLE color: 9482107.

HSL color Cylindrical-coordinate representation of color #7BAF90: hue angle of 144.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF90 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB123175144-
CMYK0.3000.180.31
HSL144.23º24.53%58.43%-
HSV(B)144.23º29.71%68.63%-
XYZ28.5336.8832-
YUV155.92121.27104.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.83%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=27.83%
G=39.59%
B=32.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751440.3000.180.31144.2324.5358.43
Hex7BAF901E0121F90193a
Octal17325722036022372203172
Binary1111011101011111001000011110010010111111001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,144); }

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

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

 a { background-color: rgb(123,175,144); }

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

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

 span { border-color: rgb(123,175,144); }

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