Html Css Color HEX #084946 Cyprus

📋 copy color: '#084946'

red 8 ◦ green 73 ◦ blue 70

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

Shades of Cyprus #084946

Tints of Cyprus #084946

RGB

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

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

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

R = 5.3%
G = 48.34%
B = 46.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#084946 (or 0x084946) is known color: Cyprus. HEX triplet: 08, 49 and 46. RGB value is (8,73,70). Sum of RGB (Red+Green+Blue) = 8+73+70=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #084946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084946 is #F7B6B9. Grayscale: #353535. Windows color (decimal): -16234170 or 4606216. OLE color: 4606216.

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

Color convert

RGB 8 73 70 -
CMYK 0.89 0 0.04 0.71
HSL 177.23º 0.8% 0.16% -
HSV(B) 177.23º 0.89% 0.29% -
XYZ 3.59 5.26 6.62 -
YUV 53.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 8 73 70 0.89 0 0.04 0.71 177.23 0.8 0.16
Hex 8 49 46 59 0 4 47 B1 50 10
Octal 10 111 106 131 0 4 107 261 120 20
Binary 1000 1001001 1000110 1011001 0 100 1000111 10110001 1010000 10000

Color Harmonies of #084946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084946

Black with #084946

Text Example


Text Example

White with #084946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084946; }

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

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

background-color css

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

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

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

border-color css

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

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

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