Html Css Color HEX #076B64 Mosque

📋 copy color: '#076B64'

red 7 ◦ green 107 ◦ blue 100

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

Shades of Mosque #076B64

Tints of Mosque #076B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50%

 BLUE value IS 100 (39.45% from 255) = 46.73%

R = 3.27%
G = 50%
B = 46.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#076B64 (or 0x076B64) is known color: Mosque. HEX triplet: 07, 6B and 64. RGB value is (7,107,100). Sum of RGB (Red+Green+Blue) = 7+107+100=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #076B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B64 is #F8949B. Grayscale: #4C4C4C. Windows color (decimal): -16290972 or 6580999. OLE color: 6580999.

HSL color Cylindrical-coordinate representation of color #076B64: hue angle of 175.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B64 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 100 -
CMYK 0.93 0 0.07 0.58
HSL 175.8º 0.88% 0.22% -
HSV(B) 175.8º 0.93% 0.42% -
XYZ 7.65 11.48 13.87 -
YUV 76.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 7 107 100 0.93 0 0.07 0.58 175.8 0.88 0.22
Hex 7 6B 64 5D 0 7 3A B0 58 16
Octal 7 153 144 135 0 7 72 260 130 26
Binary 111 1101011 1100100 1011101 0 111 111010 10110000 1011000 10110

Color Harmonies of #076B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B64

Black with #076B64

Text Example


Text Example

White with #076B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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