Html Css Color HEX #065046 Cyprus

📋 copy color: '#065046'

red 6 ◦ green 80 ◦ blue 70

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

Shades of Cyprus #065046

Tints of Cyprus #065046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.28%

 BLUE value IS 70 (27.73% from 255) = 44.87%

R = 3.85%
G = 51.28%
B = 44.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#065046 (or 0x065046) is known color: Cyprus. HEX triplet: 06, 50 and 46. RGB value is (6,80,70). Sum of RGB (Red+Green+Blue) = 6+80+70=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #065046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065046 is #F9AFB9. Grayscale: #383838. Windows color (decimal): -16363450 or 4608006. OLE color: 4608006.

HSL color Cylindrical-coordinate representation of color #065046: hue angle of 171.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065046 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 70 -
CMYK 0.92 0 0.12 0.69
HSL 171.89º 0.86% 0.17% -
HSV(B) 171.89º 0.93% 0.31% -
XYZ 4.05 6.22 6.78 -
YUV 56.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 6 80 70 0.92 0 0.12 0.69 171.89 0.86 0.17
Hex 6 50 46 5C 0 C 45 AC 56 11
Octal 6 120 106 134 0 14 105 254 126 21
Binary 110 1010000 1000110 1011100 0 1100 1000101 10101100 1010110 10001

Color Harmonies of #065046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065046

Black with #065046

Text Example


Text Example

White with #065046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065046; }

 p { color: rgb(6,80,70); }

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

background-color css

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

 a { background-color: rgb(6,80,70); }

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

border-color css

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

 span { border-color: rgb(6,80,70); }

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