Html Css Color HEX #084140 Cyprus

📋 copy color: '#084140'

red 8 ◦ green 65 ◦ blue 64

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

Shades of Cyprus #084140

Tints of Cyprus #084140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

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

R = 5.84%
G = 47.45%
B = 46.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#084140 (or 0x084140) is known color: Cyprus. HEX triplet: 08, 41 and 40. RGB value is (8,65,64). Sum of RGB (Red+Green+Blue) = 8+65+64=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #084140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084140 is #F7BEBF. Grayscale: #2F2F2F. Windows color (decimal): -16236224 or 4210952. OLE color: 4210952.

HSL color Cylindrical-coordinate representation of color #084140: hue angle of 178.95º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084140 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 64 -
CMYK 0.88 0 0.02 0.75
HSL 178.95º 0.78% 0.14% -
HSV(B) 178.95º 0.88% 0.25% -
XYZ 2.92 4.2 5.51 -
YUV 47.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 8 65 64 0.88 0 0.02 0.75 178.95 0.78 0.14
Hex 8 41 40 58 0 2 4B B3 4E E
Octal 10 101 100 130 0 2 113 263 116 16
Binary 1000 1000001 1000000 1011000 0 10 1001011 10110011 1001110 1110

Color Harmonies of #084140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084140

Black with #084140

Text Example


Text Example

White with #084140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084140; }

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

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

background-color css

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

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

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

border-color css

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

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

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