#07665C

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

Shades of Mosque #07665C

Tints of Mosque #07665C

Color information

#07665C (or 0x07665C) is unknown color: approx Mosque. HEX triplet: 07, 66 and 5C. RGB value is (7,102,92). Sum of RGB (Red+Green+Blue) = 7+102+92=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #07665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07665C is #F899A3. Grayscale: #484848. Windows color (decimal): -16292260 or 6055431. OLE color: 6055431.

HSL color Cylindrical-coordinate representation of color #07665C: hue angle of 173.68º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07665C is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB710292-
CMYK0.9300.100.6
HSL173.68º87.16%21.37%-
HSV(B)173.68º93.14%40%-
XYZ6.7710.3211.76-
YUV72.46139.0381.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=3.48%
G=50.75%
B=45.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102920.9300.100.6173.6887.1621.37
Hex7665C5D0A3Cae5715
Octal71461341350127425612725
Binary1111100110101110010111010101011110010101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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