Html Css Color HEX #084540 Cyprus

📋 copy color: '#084540'

red 8 ◦ green 69 ◦ blue 64

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

Shades of Cyprus #084540

Tints of Cyprus #084540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 45.39%

R = 5.67%
G = 48.94%
B = 45.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#084540 (or 0x084540) is known color: Cyprus. HEX triplet: 08, 45 and 40. RGB value is (8,69,64). Sum of RGB (Red+Green+Blue) = 8+69+64=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #084540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084540 is #F7BABF. Grayscale: #323232. Windows color (decimal): -16235200 or 4211976. OLE color: 4211976.

HSL color Cylindrical-coordinate representation of color #084540: hue angle of 175.08º 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 #084540 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 69 64 -
CMYK 0.88 0 0.07 0.73
HSL 175.08º 0.79% 0.15% -
HSV(B) 175.08º 0.88% 0.27% -
XYZ 3.15 4.68 5.59 -
YUV 50.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 8 69 64 0.88 0 0.07 0.73 175.08 0.79 0.15
Hex 8 45 40 58 0 7 49 AF 4F F
Octal 10 105 100 130 0 7 111 257 117 17
Binary 1000 1000101 1000000 1011000 0 111 1001001 10101111 1001111 1111

Color Harmonies of #084540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084540

Black with #084540

Text Example


Text Example

White with #084540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084540; }

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

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

background-color css

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

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

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

border-color css

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

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

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