Html Css Color HEX #065045 Cyprus

📋 copy color: '#065045'

red 6 ◦ green 80 ◦ blue 69

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

Shades of Cyprus #065045

Tints of Cyprus #065045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 44.52%

R = 3.87%
G = 51.61%
B = 44.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#065045 (or 0x065045) is known color: Cyprus. HEX triplet: 06, 50 and 45. RGB value is (6,80,69). Sum of RGB (Red+Green+Blue) = 6+80+69=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #065045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065045 is #F9AFBA. Grayscale: #383838. Windows color (decimal): -16363451 or 4542470. OLE color: 4542470.

HSL color Cylindrical-coordinate representation of color #065045: hue angle of 171.08º 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 #065045 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 69 -
CMYK 0.92 0 0.14 0.69
HSL 171.08º 0.86% 0.17% -
HSV(B) 171.08º 0.93% 0.31% -
XYZ 4.02 6.21 6.62 -
YUV 56.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 6 80 69 0.92 0 0.14 0.69 171.08 0.86 0.17
Hex 6 50 45 5C 0 E 45 AB 56 11
Octal 6 120 105 134 0 16 105 253 126 21
Binary 110 1010000 1000101 1011100 0 1110 1000101 10101011 1010110 10001

Color Harmonies of #065045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065045

Black with #065045

Text Example


Text Example

White with #065045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065045; }

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

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

background-color css

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

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

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

border-color css

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

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

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