Html Css Color HEX #084745 Cyprus

📋 copy color: '#084745'

red 8 ◦ green 71 ◦ blue 69

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

Shades of Cyprus #084745

Tints of Cyprus #084745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.97%

 BLUE value IS 69 (27.34% from 255) = 46.62%

R = 5.41%
G = 47.97%
B = 46.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#084745 (or 0x084745) is known color: Cyprus. HEX triplet: 08, 47 and 45. RGB value is (8,71,69). Sum of RGB (Red+Green+Blue) = 8+71+69=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #084745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084745 is #F7B8BA. Grayscale: #333333. Windows color (decimal): -16234683 or 4540168. OLE color: 4540168.

HSL color Cylindrical-coordinate representation of color #084745: hue angle of 178.1º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084745 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 71 69 -
CMYK 0.89 0 0.03 0.72
HSL 178.1º 0.8% 0.15% -
HSV(B) 178.1º 0.89% 0.28% -
XYZ 3.43 4.99 6.41 -
YUV 51.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 8 71 69 0.89 0 0.03 0.72 178.1 0.8 0.15
Hex 8 47 45 59 0 3 48 B2 50 F
Octal 10 107 105 131 0 3 110 262 120 17
Binary 1000 1000111 1000101 1011001 0 11 1001000 10110010 1010000 1111

Color Harmonies of #084745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084745

Black with #084745

Text Example


Text Example

White with #084745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084745; }

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

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

background-color css

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

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

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

border-color css

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

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

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