Html Css Color HEX #084741 Cyprus

📋 copy color: '#084741'

red 8 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #084741

Tints of Cyprus #084741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 5.56%
G = 49.31%
B = 45.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#084741 (or 0x084741) is known color: Cyprus. HEX triplet: 08, 47 and 41. RGB value is (8,71,65). Sum of RGB (Red+Green+Blue) = 8+71+65=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #084741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084741 is #F7B8BE. Grayscale: #333333. Windows color (decimal): -16234687 or 4278024. OLE color: 4278024.

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

Color convert

RGB 8 71 65 -
CMYK 0.89 0 0.08 0.72
HSL 174.29º 0.8% 0.15% -
HSV(B) 174.29º 0.89% 0.28% -
XYZ 3.31 4.94 5.78 -
YUV 51.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 8 71 65 0.89 0 0.08 0.72 174.29 0.8 0.15
Hex 8 47 41 59 0 8 48 AE 50 F
Octal 10 107 101 131 0 10 110 256 120 17
Binary 1000 1000111 1000001 1011001 0 1000 1001000 10101110 1010000 1111

Color Harmonies of #084741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084741

Black with #084741

Text Example


Text Example

White with #084741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084741; }

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

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

background-color css

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

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

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

border-color css

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

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

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