Html Css Color HEX #064940 Cyprus

📋 copy color: '#064940'

red 6 ◦ green 73 ◦ blue 64

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

Shades of Cyprus #064940

Tints of Cyprus #064940

RGB

 RED value IS 6 (2.73% from 255) = 4.2%

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

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

R = 4.2%
G = 51.05%
B = 44.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#064940 (or 0x064940) is known color: Cyprus. HEX triplet: 06, 49 and 40. RGB value is (6,73,64). Sum of RGB (Red+Green+Blue) = 6+73+64=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #064940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064940 is #F9B6BF. Grayscale: #333333. Windows color (decimal): -16365248 or 4212998. OLE color: 4212998.

HSL color Cylindrical-coordinate representation of color #064940: hue angle of 171.94º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064940 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 64 -
CMYK 0.92 0 0.12 0.71
HSL 171.94º 0.85% 0.15% -
HSV(B) 171.94º 0.92% 0.29% -
XYZ 3.38 5.17 5.67 -
YUV 51.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 6 73 64 0.92 0 0.12 0.71 171.94 0.85 0.15
Hex 6 49 40 5C 0 C 47 AC 55 F
Octal 6 111 100 134 0 14 107 254 125 17
Binary 110 1001001 1000000 1011100 0 1100 1000111 10101100 1010101 1111

Color Harmonies of #064940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064940

Black with #064940

Text Example


Text Example

White with #064940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064940; }

 p { color: rgb(6,73,64); }

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

background-color css

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

 a { background-color: rgb(6,73,64); }

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

border-color css

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

 span { border-color: rgb(6,73,64); }

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