Html Css Color HEX #084646 Cyprus

📋 copy color: '#084646'

red 8 ◦ green 70 ◦ blue 70

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

Shades of Cyprus #084646

Tints of Cyprus #084646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 47.3%

R = 5.41%
G = 47.3%
B = 47.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084646 (or 0x084646) is known color: 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

RGB 8 70 70 -
CMYK 0.89 0 0 0.73
HSL 180º 0.79% 0.15% -
HSV(B) 180º 0.89% 0.27% -
XYZ 3.4 4.87 6.56 -
YUV 51.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 8 70 70 0.89 0 0 0.73 180 0.79 0.15
Hex 8 46 46 59 0 0 49 B4 4F F
Octal 10 106 106 131 0 0 111 264 117 17
Binary 1000 1000110 1000110 1011001 0 0 1001001 10110100 1001111 1111

Color Harmonies of #084646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084646

Black with #084646

Text Example


Text Example

White with #084646

Text Example


Text Example

HTML Codes & Css Web 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>