#084641

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

Shades of Cyprus #084641

Tints of Cyprus #084641

Color information

#084641 (or 0x084641) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 41. RGB value is (8,70,65). Sum of RGB (Red+Green+Blue) = 8+70+65=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #084641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084641 is #F7B9BE. Grayscale: #323232. Windows color (decimal): -16234943 or 4277768. OLE color: 4277768.

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

Color convert

RGB87065-
CMYK0.8900.070.73
HSL175.16º79.49%15.29%-
HSV(B)175.16º88.57%27.45%-
XYZ3.244.815.76-
YUV50.89135.9697.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=5.59%
G=48.95%
B=45.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870650.8900.070.73175.1679.4915.29
Hex84641590749af4ff
Octal101061011310711125711717
Binary1000100011010000011011001011110010011010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084641; }

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

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

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

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

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

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

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

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