Html Css Color HEX #076362 Mosque

📋 copy color: '#076362'

red 7 ◦ green 99 ◦ blue 98

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

Shades of Mosque #076362

Tints of Mosque #076362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

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

R = 3.43%
G = 48.53%
B = 48.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#076362 (or 0x076362) is known color: Mosque. HEX triplet: 07, 63 and 62. RGB value is (7,99,98). Sum of RGB (Red+Green+Blue) = 7+99+98=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #076362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076362 is #F89C9D. Grayscale: #474747. Windows color (decimal): -16293022 or 6447879. OLE color: 6447879.

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

Color convert

RGB 7 99 98 -
CMYK 0.93 0 0.01 0.61
HSL 179.35º 0.87% 0.21% -
HSV(B) 179.35º 0.93% 0.39% -
XYZ 6.75 9.85 13.1 -
YUV 71.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 7 99 98 0.93 0 0.01 0.61 179.35 0.87 0.21
Hex 7 63 62 5D 0 1 3D B3 57 15
Octal 7 143 142 135 0 1 75 263 127 25
Binary 111 1100011 1100010 1011101 0 1 111101 10110011 1010111 10101

Color Harmonies of #076362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076362

Black with #076362

Text Example


Text Example

White with #076362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076362; }

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

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

background-color css

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

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

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

border-color css

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

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

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