#07635f

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

Shades of Mosque #07635F

Tints of Mosque #07635F

Color information

#07635F (or 0x07635F) is unknown color: approx Mosque. HEX triplet: 07, 63 and 5F. RGB value is (7,99,95). Sum of RGB (Red+Green+Blue) = 7+99+95=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #07635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07635F is #F89CA0. Grayscale: #464646. Windows color (decimal): -16293025 or 6251271. OLE color: 6251271.

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

Color convert

RGB79995-
CMYK0.9300.040.61
HSL177.39º86.79%20.78%-
HSV(B)177.39º92.93%38.82%-
XYZ6.629.812.37-
YUV71.04141.5282.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=3.48%
G=49.25%
B=47.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799950.9300.040.61177.3986.7920.78
Hex7635F5D043Db15715
Octal7143137135047526112725
Binary111110001110111111011101010011110110110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07635f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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