Html Css Color HEX #084642 Cyprus

📋 copy color: '#084642'

red 8 ◦ green 70 ◦ blue 66

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

Shades of Cyprus #084642

Tints of Cyprus #084642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 45.83%

R = 5.56%
G = 48.61%
B = 45.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#084642 (or 0x084642) is known color: Cyprus. HEX triplet: 08, 46 and 42. RGB value is (8,70,66). Sum of RGB (Red+Green+Blue) = 8+70+66=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #084642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084642 is #F7B9BD. Grayscale: #323232. Windows color (decimal): -16234942 or 4343304. OLE color: 4343304.

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

Color convert

RGB 8 70 66 -
CMYK 0.89 0 0.06 0.73
HSL 176.13º 0.79% 0.15% -
HSV(B) 176.13º 0.89% 0.27% -
XYZ 3.27 4.83 5.91 -
YUV 51.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 8 70 66 0.89 0 0.06 0.73 176.13 0.79 0.15
Hex 8 46 42 59 0 6 49 B0 4F F
Octal 10 106 102 131 0 6 111 260 117 17
Binary 1000 1000110 1000010 1011001 0 110 1001001 10110000 1001111 1111

Color Harmonies of #084642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084642

Black with #084642

Text Example


Text Example

White with #084642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084642; }

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

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

background-color css

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

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

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

border-color css

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

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

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