Html Css Color HEX #00665D Mosque

📋 copy color: '#00665D'

red 0 ◦ green 102 ◦ blue 93

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

Shades of Mosque #00665D

Tints of Mosque #00665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.31%

 BLUE value IS 93 (36.72% from 255) = 47.69%

R = 0%
G = 52.31%
B = 47.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#00665D (or 0x00665D) is known color: Mosque. HEX triplet: 00, 66 and 5D. RGB value is (0,102,93). Sum of RGB (Red+Green+Blue) = 0+102+93=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #00665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00665D is #FF99A2. Grayscale: #464646. Windows color (decimal): -16751011 or 6120960. OLE color: 6120960.

HSL color Cylindrical-coordinate representation of color #00665D: hue angle of 174.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00665D is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 102 93 -
CMYK 1 0 0.09 0.6
HSL 174.71º 1% 0.2% -
HSV(B) 174.71º 1% 0.4% -
XYZ 6.73 10.29 11.99 -
YUV 70.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 0 102 93 1 0 0.09 0.6 174.71 1 0.2
Hex 0 66 5D 64 0 9 3C AF 64 14
Octal 0 146 135 144 0 11 74 257 144 24
Binary 0 1100110 1011101 1100100 0 1001 111100 10101111 1100100 10100

Color Harmonies of #00665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00665D

Black with #00665D

Text Example


Text Example

White with #00665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00665D; }

 p { color: rgb(0,102,93); }

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

background-color css

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

 a { background-color: rgb(0,102,93); }

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

border-color css

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

 span { border-color: rgb(0,102,93); }

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