#7CB999

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

Shades of Padua #7CB999

Tints of Padua #7CB999

Color information

#7CB999 (or 0x7CB999) is unknown color: approx Padua. HEX triplet: 7C, B9 and 99. RGB value is (124,185,153). Sum of RGB (Red+Green+Blue) = 124+185+153=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB999 is #834666. Grayscale: #A3A3A3. Windows color (decimal): -8603239 or 10074492. OLE color: 10074492.

HSL color Cylindrical-coordinate representation of color #7CB999: hue angle of 148.52º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB999 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB124185153-
CMYK0.3300.170.27
HSL148.52º30.35%60.59%-
HSV(B)148.52º32.97%72.55%-
XYZ31.4141.2836.45-
YUV163.11122.29100.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=26.84%
G=40.04%
B=33.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851530.3300.170.27148.5230.3560.59
Hex7CB999210111B951e3d
Octal17427123141021332253675
Binary11111001011100110011001100001010001110111001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,153); }

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

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

 a { background-color: rgb(124,185,153); }

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

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

 span { border-color: rgb(124,185,153); }

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