#084647

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

Shades of Cyprus #084647

Tints of Cyprus #084647

Color information

#084647 (or 0x084647) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 47. RGB value is (8,70,71). Sum of RGB (Red+Green+Blue) = 8+70+71=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #084647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084647 is #F7B9B8. Grayscale: #333333. Windows color (decimal): -16234937 or 4670984. OLE color: 4670984.

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

Color convert

RGB87071-
CMYK0.890.0100.72
HSL180.95º79.75%15.49%-
HSV(B)180.95º88.73%27.84%-
XYZ3.434.896.72-
YUV51.58138.9696.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=5.37%
G=46.98%
B=47.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal870710.890.0100.72180.9579.7515.49
Hex84647591048b550f
Octal101061071311011026512017
Binary10001000110100011110110011010010001011010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084647; }

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

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

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

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

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

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

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

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