#468B65

Color #468B65 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #468B65

Tints of Como #468B65

Color information

#468B65 (or 0x468B65) is unknown color: approx Como. HEX triplet: 46, 8B and 65. RGB value is (70,139,101). Sum of RGB (Red+Green+Blue) = 70+139+101=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #468B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B65 is #B9749A. Grayscale: #727272. Windows color (decimal): -12154011 or 6654790. OLE color: 6654790.

HSL color Cylindrical-coordinate representation of color #468B65: hue angle of 146.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B65 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB70139101-
CMYK0.5000.270.45
HSL146.96º33.01%40.98%-
HSV(B)146.96º49.64%54.51%-
XYZ14.1120.7115.57-
YUV114.04120.6496.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=22.58%
G=44.84%
B=32.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701391010.5000.270.45146.9633.0140.98
Hex468B653201B2D932129
Octal10621314562033552234151
Binary100011010001011110010111001001101110110110010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468B65; }

 p { color: rgb(70,139,101); }

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

<style>
 a { background-color: #468B65; }

 a { background-color: rgb(70,139,101); }

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

<style>
 span { border-color: #468B65; }

 span { border-color: rgb(70,139,101); }

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