Html Css Color HEX #076258 Mosque

📋 copy color: '#076258'

red 7 ◦ green 98 ◦ blue 88

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

Shades of Mosque #076258

Tints of Mosque #076258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.78%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 3.63%
G = 50.78%
B = 45.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#076258 (or 0x076258) is known color: Mosque. HEX triplet: 07, 62 and 58. RGB value is (7,98,88). Sum of RGB (Red+Green+Blue) = 7+98+88=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #076258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076258 is #F89DA7. Grayscale: #454545. Windows color (decimal): -16293288 or 5792263. OLE color: 5792263.

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

Color convert

RGB 7 98 88 -
CMYK 0.93 0 0.10 0.62
HSL 173.41º 0.87% 0.21% -
HSV(B) 173.41º 0.93% 0.38% -
XYZ 6.22 9.49 10.74 -
YUV 69.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 7 98 88 0.93 0 0.10 0.62 173.41 0.87 0.21
Hex 7 62 58 5D 0 A 3E AD 57 15
Octal 7 142 130 135 0 12 76 255 127 25
Binary 111 1100010 1011000 1011101 0 1010 111110 10101101 1010111 10101

Color Harmonies of #076258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076258

Black with #076258

Text Example


Text Example

White with #076258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076258; }

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

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

background-color css

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

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

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

border-color css

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

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

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