Html Css Color HEX #076062 Mosque

📋 copy color: '#076062'

red 7 ◦ green 96 ◦ blue 98

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

Shades of Mosque #076062

Tints of Mosque #076062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

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

R = 3.48%
G = 47.76%
B = 48.76%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#076062 (or 0x076062) is known color: Mosque. HEX triplet: 07, 60 and 62. RGB value is (7,96,98). Sum of RGB (Red+Green+Blue) = 7+96+98=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #076062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076062 is #F89F9D. Grayscale: #454545. Windows color (decimal): -16293790 or 6447111. OLE color: 6447111.

HSL color Cylindrical-coordinate representation of color #076062: hue angle of 181.32º 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 #076062 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 98 -
CMYK 0.93 0.02 0 0.62
HSL 181.32º 0.87% 0.21% -
HSV(B) 181.32º 0.93% 0.38% -
XYZ 6.48 9.29 13.01 -
YUV 69.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 7 96 98 0.93 0.02 0 0.62 181.32 0.87 0.21
Hex 7 60 62 5D 2 0 3E B5 57 15
Octal 7 140 142 135 2 0 76 265 127 25
Binary 111 1100000 1100010 1011101 10 0 111110 10110101 1010111 10101

Color Harmonies of #076062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076062

Black with #076062

Text Example


Text Example

White with #076062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076062; }

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

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

background-color css

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

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

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

border-color css

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

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

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