#07655b

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

Shades of Mosque #07655B

Tints of Mosque #07655B

Color information

#07655B (or 0x07655B) is unknown color: approx Mosque. HEX triplet: 07, 65 and 5B. RGB value is (7,101,91). Sum of RGB (Red+Green+Blue) = 7+101+91=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #07655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07655B is #F89AA4. Grayscale: #474747. Windows color (decimal): -16292517 or 5989639. OLE color: 5989639.

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

Color convert

RGB710191-
CMYK0.9300.100.60
HSL173.62º87.04%21.18%-
HSV(B)173.62º93.07%39.61%-
XYZ6.6310.1111.5-
YUV71.75138.8681.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=3.52%
G=50.75%
B=45.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101910.9300.100.60173.6287.0421.18
Hex7655B5D0A3Cae5715
Octal71451331350127425612725
Binary1111100101101101110111010101011110010101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07655b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07655b; }

 p { color: rgb(7,101,91); }

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

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

 a { background-color: rgb(7,101,91); }

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

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

 span { border-color: rgb(7,101,91); }

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