#07625C

Color #07625C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #07625C

Tints of Mosque #07625C

Color information

#07625C (or 0x07625C) is unknown color: approx Mosque. HEX triplet: 07, 62 and 5C. RGB value is (7,98,92). Sum of RGB (Red+Green+Blue) = 7+98+92=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #07625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07625C is #F89DA3. Grayscale: #464646. Windows color (decimal): -16293284 or 6054407. OLE color: 6054407.

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

Color convert

RGB79892-
CMYK0.9300.060.62
HSL176.04º86.67%20.59%-
HSV(B)176.04º92.86%38.43%-
XYZ6.399.5511.63-
YUV70.11140.3582.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=3.55%
G=49.75%
B=46.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798920.9300.060.62176.0486.6720.59
Hex7625C5D063Eb05715
Octal7142134135067626012725
Binary111110001010111001011101011011111010110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07625C; }

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

 H1.HeaderClassName
 {
   color: #07625C;
 }
 .AnyTagClassName
 {
   color: #07625C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07625C;
 }
 .BgClassName
 {
   background-color: #07625C;
 }
</style>
border-color css

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

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

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