Html Css Color HEX #006962 Mosque

📋 copy color: '#006962'

red 0 ◦ green 105 ◦ blue 98

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

Shades of Mosque #006962

Tints of Mosque #006962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 0%
G = 51.72%
B = 48.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#006962 (or 0x006962) is known color: Mosque. HEX triplet: 00, 69 and 62. RGB value is (0,105,98). Sum of RGB (Red+Green+Blue) = 0+105+98=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #006962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006962 is #FF969D. Grayscale: #484848. Windows color (decimal): -16750238 or 6449408. OLE color: 6449408.

HSL color Cylindrical-coordinate representation of color #006962: hue angle of 176º 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 #006962 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 98 -
CMYK 1 0 0.07 0.59
HSL 176º 1% 0.21% -
HSV(B) 176º 1% 0.41% -
XYZ 7.26 10.98 13.29 -
YUV 72.81 142.21 76.07 -
System Red Green Blue C M Y K H S L
Decimal 0 105 98 1 0 0.07 0.59 176 1 0.21
Hex 0 69 62 64 0 7 3B B0 64 15
Octal 0 151 142 144 0 7 73 260 144 25
Binary 0 1101001 1100010 1100100 0 111 111011 10110000 1100100 10101

Color Harmonies of #006962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006962

Black with #006962

Text Example


Text Example

White with #006962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006962; }

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

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

background-color css

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

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

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

border-color css

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

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

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