Html Css Color HEX #084942 Cyprus

📋 copy color: '#084942'

red 8 ◦ green 73 ◦ blue 66

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

Shades of Cyprus #084942

Tints of Cyprus #084942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.66%

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

R = 5.44%
G = 49.66%
B = 44.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#084942 (or 0x084942) is known color: Cyprus. HEX triplet: 08, 49 and 42. RGB value is (8,73,66). Sum of RGB (Red+Green+Blue) = 8+73+66=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #084942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084942 is #F7B6BD. Grayscale: #343434. Windows color (decimal): -16234174 or 4344072. OLE color: 4344072.

HSL color Cylindrical-coordinate representation of color #084942: hue angle of 173.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084942 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 66 -
CMYK 0.89 0 0.10 0.71
HSL 173.54º 0.8% 0.16% -
HSV(B) 173.54º 0.89% 0.29% -
XYZ 3.47 5.21 5.98 -
YUV 52.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 8 73 66 0.89 0 0.10 0.71 173.54 0.8 0.16
Hex 8 49 42 59 0 A 47 AE 50 10
Octal 10 111 102 131 0 12 107 256 120 20
Binary 1000 1001001 1000010 1011001 0 1010 1000111 10101110 1010000 10000

Color Harmonies of #084942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084942

Black with #084942

Text Example


Text Example

White with #084942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084942; }

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

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

background-color css

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

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

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

border-color css

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

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

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