#084745

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

Shades of Cyprus #084745

Tints of Cyprus #084745

Color information

#084745 (or 0x084745) is unknown color: approx Cyprus. HEX triplet: 08, 47 and 45. RGB value is (8,71,69). Sum of RGB (Red+Green+Blue) = 8+71+69=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #084745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084745 is #F7B8BA. Grayscale: #333333. Windows color (decimal): -16234683 or 4540168. OLE color: 4540168.

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

Color convert

RGB87169-
CMYK0.8900.030.72
HSL178.1º79.75%15.49%-
HSV(B)178.1º88.73%27.84%-
XYZ3.434.996.41-
YUV51.94137.6396.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=5.41%
G=47.97%
B=46.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871690.8900.030.72178.179.7515.49
Hex84745590348b250f
Octal101071051310311026212017
Binary100010001111000101101100101110010001011001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084745; }

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

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

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

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

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

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

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

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