#07635C

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

Shades of Mosque #07635C

Tints of Mosque #07635C

Color information

#07635C (or 0x07635C) is unknown color: approx Mosque. HEX triplet: 07, 63 and 5C. RGB value is (7,99,92). Sum of RGB (Red+Green+Blue) = 7+99+92=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #07635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07635C is #F89CA3. Grayscale: #464646. Windows color (decimal): -16293028 or 6054663. OLE color: 6054663.

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

Color convert

RGB79992-
CMYK0.9300.070.61
HSL175.43º86.79%20.78%-
HSV(B)175.43º92.93%38.82%-
XYZ6.489.7411.66-
YUV70.69140.0282.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 99 (39.06% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=3.54%
G=50%
B=46.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799920.9300.070.61175.4386.7920.78
Hex7635C5D073Daf5715
Octal7143134135077525712725
Binary111110001110111001011101011111110110101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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