Html Css Color HEX #065D4E Mosque

📋 copy color: '#065D4E'

red 6 ◦ green 93 ◦ blue 78

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

Shades of Mosque #065D4E

Tints of Mosque #065D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.54%

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 3.39%
G = 52.54%
B = 44.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#065D4E (or 0x065D4E) is known color: Mosque. HEX triplet: 06, 5D and 4E. RGB value is (6,93,78). Sum of RGB (Red+Green+Blue) = 6+93+78=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #065D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D4E is #F9A2B1. Grayscale: #414141. Windows color (decimal): -16360114 or 5135622. OLE color: 5135622.

HSL color Cylindrical-coordinate representation of color #065D4E: hue angle of 169.66º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D4E is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 93 78 -
CMYK 0.94 0 0.16 0.64
HSL 169.66º 0.88% 0.19% -
HSV(B) 169.66º 0.94% 0.36% -
XYZ 5.36 8.42 8.55 -
YUV 65.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 6 93 78 0.94 0 0.16 0.64 169.66 0.88 0.19
Hex 6 5D 4E 5E 0 10 40 AA 58 13
Octal 6 135 116 136 0 20 100 252 130 23
Binary 110 1011101 1001110 1011110 0 10000 1000000 10101010 1011000 10011

Color Harmonies of #065D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D4E

Black with #065D4E

Text Example


Text Example

White with #065D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065D4E; }

 p { color: rgb(6,93,78); }

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

background-color css

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

 a { background-color: rgb(6,93,78); }

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

border-color css

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

 span { border-color: rgb(6,93,78); }

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