Html Css Color HEX #076461 Mosque

📋 copy color: '#076461'

red 7 ◦ green 100 ◦ blue 97

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

Shades of Mosque #076461

Tints of Mosque #076461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.02%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 3.43%
G = 49.02%
B = 47.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#076461 (or 0x076461) is known color: Mosque. HEX triplet: 07, 64 and 61. RGB value is (7,100,97). Sum of RGB (Red+Green+Blue) = 7+100+97=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #076461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076461 is #F89B9E. Grayscale: #474747. Windows color (decimal): -16292767 or 6382599. OLE color: 6382599.

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

Color convert

RGB 7 100 97 -
CMYK 0.93 0 0.03 0.61
HSL 178.06º 0.87% 0.21% -
HSV(B) 178.06º 0.93% 0.39% -
XYZ 6.8 10.02 12.89 -
YUV 71.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 7 100 97 0.93 0 0.03 0.61 178.06 0.87 0.21
Hex 7 64 61 5D 0 3 3D B2 57 15
Octal 7 144 141 135 0 3 75 262 127 25
Binary 111 1100100 1100001 1011101 0 11 111101 10110010 1010111 10101

Color Harmonies of #076461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076461

Black with #076461

Text Example


Text Example

White with #076461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076461; }

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

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

background-color css

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

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

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

border-color css

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

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

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