Html Css Color HEX #006964 Mosque

📋 copy color: '#006964'

red 0 ◦ green 105 ◦ blue 100

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

Shades of Mosque #006964

Tints of Mosque #006964

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 105 (41.41% from 255) = 51.22%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 0%
G = 51.22%
B = 48.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#006964 (or 0x006964) is known color: Mosque. HEX triplet: 00, 69 and 64. RGB value is (0,105,100). Sum of RGB (Red+Green+Blue) = 0+105+100=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #006964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006964 is #FF969B. Grayscale: #484848. Windows color (decimal): -16750236 or 6580480. OLE color: 6580480.

HSL color Cylindrical-coordinate representation of color #006964: hue angle of 177.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006964 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 100 -
CMYK 1 0 0.05 0.59
HSL 177.14º 1% 0.21% -
HSV(B) 177.14º 1% 0.41% -
XYZ 7.35 11.02 13.8 -
YUV 73.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 0 105 100 1 0 0.05 0.59 177.14 1 0.21
Hex 0 69 64 64 0 5 3B B1 64 15
Octal 0 151 144 144 0 5 73 261 144 25
Binary 0 1101001 1100100 1100100 0 101 111011 10110001 1100100 10101

Color Harmonies of #006964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006964

Black with #006964

Text Example


Text Example

White with #006964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006964; }

 p { color: rgb(0,105,100); }

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

background-color css

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

 a { background-color: rgb(0,105,100); }

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

border-color css

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

 span { border-color: rgb(0,105,100); }

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