Html Css Color HEX #07695D Mosque

📋 copy color: '#07695D'

red 7 ◦ green 105 ◦ blue 93

#07695D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #07695D

Tints of Mosque #07695D

RGB

 RED value IS 7 (3.13% from 255) = 3.41%

 GREEN value IS 105 (41.41% from 255) = 51.22%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 3.41%
G = 51.22%
B = 45.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#07695D (or 0x07695D) is known color: Mosque. HEX triplet: 07, 69 and 5D. RGB value is (7,105,93). Sum of RGB (Red+Green+Blue) = 7+105+93=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #07695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07695D is #F896A2. Grayscale: #4A4A4A. Windows color (decimal): -16291491 or 6121735. OLE color: 6121735.

HSL color Cylindrical-coordinate representation of color #07695D: hue angle of 172.65º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07695D is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 93 -
CMYK 0.93 0 0.11 0.59
HSL 172.65º 0.88% 0.22% -
HSV(B) 172.65º 0.93% 0.41% -
XYZ 7.11 10.94 12.09 -
YUV 74.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 7 105 93 0.93 0 0.11 0.59 172.65 0.88 0.22
Hex 7 69 5D 5D 0 B 3B AD 58 16
Octal 7 151 135 135 0 13 73 255 130 26
Binary 111 1101001 1011101 1011101 0 1011 111011 10101101 1011000 10110

Color Harmonies of #07695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07695D

Black with #07695D

Text Example


Text Example

White with #07695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07695D; }

 p { color: rgb(7,105,93); }

 H1.HeaderClassName
 {
   color: #07695D;
 }
 .AnyTagClassName
 {
   color: #07695D;
 }
</style>

background-color css

<style>
 a { background-color: #07695D; }

 a { background-color: rgb(7,105,93); }

 div.DivClassName
 {
   background-color: #07695D;
 }
 .BgClassName
 {
   background-color: #07695D;
 }
</style>

border-color css

<style>
 span { border-color: #07695D; }

 span { border-color: rgb(7,105,93); }

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