#065B4C

Color #065B4C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #065B4C

Tints of Mosque #065B4C

Color information

#065B4C (or 0x065B4C) is unknown color: approx Mosque. HEX triplet: 06, 5B and 4C. RGB value is (6,91,76). Sum of RGB (Red+Green+Blue) = 6+91+76=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #065B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B4C is #F9A4B3. Grayscale: #3F3F3F. Windows color (decimal): -16360628 or 5004038. OLE color: 5004038.

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

Color convert

RGB69176-
CMYK0.9300.160.64
HSL169.41º87.63%19.02%-
HSV(B)169.41º93.41%35.69%-
XYZ5.128.048.12-
YUV63.87134.8486.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 91 (35.94% from 255) = 52.60%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=3.47%
G=52.60%
B=43.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691760.9300.160.64169.4187.6319.02
Hex65B4C5D01040a95813
Octal613311413502010025113023
Binary110101101110011001011101010000100000010101001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,76); }

 H1.HeaderClassName
 {
   color: #065B4C;
 }
 .AnyTagClassName
 {
   color: #065B4C;
 }
</style>
background-color css

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

 a { background-color: rgb(6,91,76); }

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

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

 span { border-color: rgb(6,91,76); }

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