Html Css Color HEX #076162 Mosque

📋 copy color: '#076162'

red 7 ◦ green 97 ◦ blue 98

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

Shades of Mosque #076162

Tints of Mosque #076162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

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

R = 3.47%
G = 48.02%
B = 48.51%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#076162 (or 0x076162) is known color: Mosque. HEX triplet: 07, 61 and 62. RGB value is (7,97,98). Sum of RGB (Red+Green+Blue) = 7+97+98=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #076162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076162 is #F89E9D. Grayscale: #464646. Windows color (decimal): -16293534 or 6447367. OLE color: 6447367.

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

Color convert

RGB 7 97 98 -
CMYK 0.93 0.01 0 0.62
HSL 180.66º 0.87% 0.21% -
HSV(B) 180.66º 0.93% 0.38% -
XYZ 6.57 9.48 13.04 -
YUV 70.2 143.68 82.92 -
System Red Green Blue C M Y K H S L
Decimal 7 97 98 0.93 0.01 0 0.62 180.66 0.87 0.21
Hex 7 61 62 5D 1 0 3E B5 57 15
Octal 7 141 142 135 1 0 76 265 127 25
Binary 111 1100001 1100010 1011101 1 0 111110 10110101 1010111 10101

Color Harmonies of #076162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076162

Black with #076162

Text Example


Text Example

White with #076162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076162; }

 p { color: rgb(7,97,98); }

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

background-color css

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

 a { background-color: rgb(7,97,98); }

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

border-color css

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

 span { border-color: rgb(7,97,98); }

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