#084643

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

Shades of Cyprus #084643

Tints of Cyprus #084643

Color information

#084643 (or 0x084643) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 43. RGB value is (8,70,67). Sum of RGB (Red+Green+Blue) = 8+70+67=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #084643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084643 is #F7B9BC. Grayscale: #333333. Windows color (decimal): -16234941 or 4408840. OLE color: 4408840.

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

Color convert

RGB87067-
CMYK0.8900.040.73
HSL177.1º79.49%15.29%-
HSV(B)177.1º88.57%27.45%-
XYZ3.34.846.07-
YUV51.12136.9697.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 67 (26.56% from 255) = 46.21%
R=5.52%
G=48.28%
B=46.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870670.8900.040.73177.179.4915.29
Hex84643590449b14ff
Octal101061031310411126111717
Binary1000100011010000111011001010010010011011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084643; }

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

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

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

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

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

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

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

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