#084646

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

Shades of Cyprus #084646

Tints of Cyprus #084646

Color information

#084646 (or 0x084646) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 46. RGB value is (8,70,70). Sum of RGB (Red+Green+Blue) = 8+70+70=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #084646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084646 is #F7B9B9. Grayscale: #333333. Windows color (decimal): -16234938 or 4605448. OLE color: 4605448.

HSL color Cylindrical-coordinate representation of color #084646: hue angle of 180º 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 #084646 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB87070-
CMYK0.89000.73
HSL180º79.49%15.29%-
HSV(B)180º88.57%27.45%-
XYZ3.44.876.56-
YUV51.46138.4697-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=5.41%
G=47.30%
B=47.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870700.89000.7318079.4915.29
Hex84646590049b44ff
Octal101061061310011126411717
Binary10001000110100011010110010010010011011010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084646; }

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

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

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

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

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

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

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

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