Html Css Color HEX #084542 Cyprus

📋 copy color: '#084542'

red 8 ◦ green 69 ◦ blue 66

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

Shades of Cyprus #084542

Tints of Cyprus #084542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.25%

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

R = 5.59%
G = 48.25%
B = 46.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#084542 (or 0x084542) is known color: Cyprus. HEX triplet: 08, 45 and 42. RGB value is (8,69,66). Sum of RGB (Red+Green+Blue) = 8+69+66=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #084542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084542 is #F7BABD. Grayscale: #323232. Windows color (decimal): -16235198 or 4343048. OLE color: 4343048.

HSL color Cylindrical-coordinate representation of color #084542: hue angle of 177.05º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084542 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 69 66 -
CMYK 0.88 0 0.04 0.73
HSL 177.05º 0.79% 0.15% -
HSV(B) 177.05º 0.88% 0.27% -
XYZ 3.21 4.7 5.89 -
YUV 50.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 8 69 66 0.88 0 0.04 0.73 177.05 0.79 0.15
Hex 8 45 42 58 0 4 49 B1 4F F
Octal 10 105 102 130 0 4 111 261 117 17
Binary 1000 1000101 1000010 1011000 0 100 1001001 10110001 1001111 1111

Color Harmonies of #084542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084542

Black with #084542

Text Example


Text Example

White with #084542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084542; }

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

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

background-color css

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

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

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

border-color css

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

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

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