Html Css Color HEX #076659 Mosque

📋 copy color: '#076659'

red 7 ◦ green 102 ◦ blue 89

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

Shades of Mosque #076659

Tints of Mosque #076659

RGB

 RED value IS 7 (3.13% from 255) = 3.54%

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

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 3.54%
G = 51.52%
B = 44.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#076659 (or 0x076659) is known color: Mosque. HEX triplet: 07, 66 and 59. RGB value is (7,102,89). Sum of RGB (Red+Green+Blue) = 7+102+89=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #076659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076659 is #F899A6. Grayscale: #484848. Windows color (decimal): -16292263 or 5858823. OLE color: 5858823.

HSL color Cylindrical-coordinate representation of color #076659: hue angle of 171.79º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076659 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 89 -
CMYK 0.93 0 0.13 0.6
HSL 171.79º 0.87% 0.21% -
HSV(B) 171.79º 0.93% 0.4% -
XYZ 6.64 10.27 11.08 -
YUV 72.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 7 102 89 0.93 0 0.13 0.6 171.79 0.87 0.21
Hex 7 66 59 5D 0 D 3C AC 57 15
Octal 7 146 131 135 0 15 74 254 127 25
Binary 111 1100110 1011001 1011101 0 1101 111100 10101100 1010111 10101

Color Harmonies of #076659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076659

Black with #076659

Text Example


Text Example

White with #076659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076659; }

 p { color: rgb(7,102,89); }

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

background-color css

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

 a { background-color: rgb(7,102,89); }

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

border-color css

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

 span { border-color: rgb(7,102,89); }

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