Html Css Color HEX #076862 Mosque

📋 copy color: '#076862'

red 7 ◦ green 104 ◦ blue 98

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

Shades of Mosque #076862

Tints of Mosque #076862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.76%

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

R = 3.35%
G = 49.76%
B = 46.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#076862 (or 0x076862) is known color: Mosque. HEX triplet: 07, 68 and 62. RGB value is (7,104,98). Sum of RGB (Red+Green+Blue) = 7+104+98=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #076862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076862 is #F8979D. Grayscale: #4A4A4A. Windows color (decimal): -16291742 or 6449159. OLE color: 6449159.

HSL color Cylindrical-coordinate representation of color #076862: hue angle of 176.29º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076862 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 98 -
CMYK 0.93 0 0.06 0.59
HSL 176.29º 0.87% 0.22% -
HSV(B) 176.29º 0.93% 0.41% -
XYZ 7.24 10.83 13.26 -
YUV 74.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 7 104 98 0.93 0 0.06 0.59 176.29 0.87 0.22
Hex 7 68 62 5D 0 6 3B B0 57 16
Octal 7 150 142 135 0 6 73 260 127 26
Binary 111 1101000 1100010 1011101 0 110 111011 10110000 1010111 10110

Color Harmonies of #076862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076862

Black with #076862

Text Example


Text Example

White with #076862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076862; }

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

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

background-color css

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

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

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

border-color css

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

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

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