Html Css Color HEX #084645 Cyprus

📋 copy color: '#084645'

red 8 ◦ green 70 ◦ blue 69

#084645
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #084645

Tints of Cyprus #084645

RGB

 RED value IS 8 (3.52% from 255) = 5.44%

 GREEN value IS 70 (27.73% from 255) = 47.62%

 BLUE value IS 69 (27.34% from 255) = 46.94%

R = 5.44%
G = 47.62%
B = 46.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#084645 (or 0x084645) is known color: Cyprus. HEX triplet: 08, 46 and 45. RGB value is (8,70,69). Sum of RGB (Red+Green+Blue) = 8+70+69=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #084645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084645 is #F7B9BA. Grayscale: #333333. Windows color (decimal): -16234939 or 4539912. OLE color: 4539912.

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

Color convert

RGB 8 70 69 -
CMYK 0.89 0 0.01 0.73
HSL 179.03º 0.79% 0.15% -
HSV(B) 179.03º 0.89% 0.27% -
XYZ 3.36 4.86 6.39 -
YUV 51.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 8 70 69 0.89 0 0.01 0.73 179.03 0.79 0.15
Hex 8 46 45 59 0 1 49 B3 4F F
Octal 10 106 105 131 0 1 111 263 117 17
Binary 1000 1000110 1000101 1011001 0 1 1001001 10110011 1001111 1111

Color Harmonies of #084645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084645

Black with #084645

Text Example


Text Example

White with #084645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084645; }

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

 H1.HeaderClassName
 {
   color: #084645;
 }
 .AnyTagClassName
 {
   color: #084645;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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