#084645

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

Shades of Cyprus #084645

Tints of Cyprus #084645

Color information

#084645 (or 0x084645) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 45. RGB value is (8,70,69). Sum of RGB (Red+Green+Blue) = 8+70+69=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #084645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084645 is #F7B9BA. Grayscale: #333333. Windows color (decimal): -16234939 or 4539912. OLE color: 4539912.

HSL color Cylindrical-coordinate representation of color #084645: hue angle of 179.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084645 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB87069-
CMYK0.8900.010.73
HSL179.03º79.49%15.29%-
HSV(B)179.03º88.57%27.45%-
XYZ3.364.866.39-
YUV51.35137.9697.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=5.44%
G=47.62%
B=46.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870690.8900.010.73179.0379.4915.29
Hex84645590149b34ff
Octal101061051310111126311717
Binary10001000110100010110110010110010011011001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084645; }

 p { color: rgb(8,70,69); }

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

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

 a { background-color: rgb(8,70,69); }

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

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

 span { border-color: rgb(8,70,69); }

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