Html Css Color HEX #065950 Mosque

📋 copy color: '#065950'

red 6 ◦ green 89 ◦ blue 80

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

Shades of Mosque #065950

Tints of Mosque #065950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 3.43%
G = 50.86%
B = 45.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#065950 (or 0x065950) is known color: Mosque. HEX triplet: 06, 59 and 50. RGB value is (6,89,80). Sum of RGB (Red+Green+Blue) = 6+89+80=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #065950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065950 is #F9A6AF. Grayscale: #3F3F3F. Windows color (decimal): -16361136 or 5265670. OLE color: 5265670.

HSL color Cylindrical-coordinate representation of color #065950: hue angle of 173.49º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065950 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 80 -
CMYK 0.93 0 0.10 0.65
HSL 173.49º 0.87% 0.19% -
HSV(B) 173.49º 0.93% 0.35% -
XYZ 5.1 7.76 8.82 -
YUV 63.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 6 89 80 0.93 0 0.10 0.65 173.49 0.87 0.19
Hex 6 59 50 5D 0 A 41 AD 57 13
Octal 6 131 120 135 0 12 101 255 127 23
Binary 110 1011001 1010000 1011101 0 1010 1000001 10101101 1010111 10011

Color Harmonies of #065950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065950

Black with #065950

Text Example


Text Example

White with #065950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065950; }

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

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

background-color css

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

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

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

border-color css

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

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

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