Html Css Color HEX #065650 Mosque

📋 copy color: '#065650'

red 6 ◦ green 86 ◦ blue 80

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

Shades of Mosque #065650

Tints of Mosque #065650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50%

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

R = 3.49%
G = 50%
B = 46.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#065650 (or 0x065650) is known color: Mosque. HEX triplet: 06, 56 and 50. RGB value is (6,86,80). Sum of RGB (Red+Green+Blue) = 6+86+80=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #065650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065650 is #F9A9AF. Grayscale: #3D3D3D. Windows color (decimal): -16361904 or 5264902. OLE color: 5264902.

HSL color Cylindrical-coordinate representation of color #065650: hue angle of 175.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065650 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 80 -
CMYK 0.93 0 0.07 0.66
HSL 175.5º 0.87% 0.18% -
HSV(B) 175.5º 0.93% 0.34% -
XYZ 4.85 7.27 8.74 -
YUV 61.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 6 86 80 0.93 0 0.07 0.66 175.5 0.87 0.18
Hex 6 56 50 5D 0 7 42 B0 57 12
Octal 6 126 120 135 0 7 102 260 127 22
Binary 110 1010110 1010000 1011101 0 111 1000010 10110000 1010111 10010

Color Harmonies of #065650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065650

Black with #065650

Text Example


Text Example

White with #065650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065650; }

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

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

background-color css

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

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

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

border-color css

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

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

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