#7CBF93

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

Shades of Padua #7CBF93

Tints of Padua #7CBF93

Color information

#7CBF93 (or 0x7CBF93) is unknown color: approx Padua. HEX triplet: 7C, BF and 93. RGB value is (124,191,147). Sum of RGB (Red+Green+Blue) = 124+191+147=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF93 is #83406C. Grayscale: #A6A6A6. Windows color (decimal): -8601709 or 9682812. OLE color: 9682812.

HSL color Cylindrical-coordinate representation of color #7CBF93: hue angle of 140.6º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF93 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB124191147-
CMYK0.3500.230.25
HSL140.6º34.36%61.76%-
HSV(B)140.6º35.08%74.9%-
XYZ32.2143.6534.33-
YUV165.95117.398.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=26.84%
G=41.34%
B=31.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911470.3500.230.25140.634.3661.76
Hex7CBF9323017198d223e
Octal17427722343027312154276
Binary111110010111111100100111000110101111100110001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,147); }

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

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

 a { background-color: rgb(124,191,147); }

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

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

 span { border-color: rgb(124,191,147); }

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