Html Css Color HEX #07685C Mosque

📋 copy color: '#07685C'

red 7 ◦ green 104 ◦ blue 92

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

Shades of Mosque #07685C

Tints of Mosque #07685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.23%

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 3.45%
G = 51.23%
B = 45.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#07685C (or 0x07685C) is known color: Mosque. HEX triplet: 07, 68 and 5C. RGB value is (7,104,92). Sum of RGB (Red+Green+Blue) = 7+104+92=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #07685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07685C is #F897A3. Grayscale: #494949. Windows color (decimal): -16291748 or 6055943. OLE color: 6055943.

HSL color Cylindrical-coordinate representation of color #07685C: hue angle of 172.58º degrees, saturation: 0.87, 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 #07685C is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 92 -
CMYK 0.93 0 0.12 0.59
HSL 172.58º 0.87% 0.22% -
HSV(B) 172.58º 0.93% 0.41% -
XYZ 6.97 10.72 11.83 -
YUV 73.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 7 104 92 0.93 0 0.12 0.59 172.58 0.87 0.22
Hex 7 68 5C 5D 0 C 3B AD 57 16
Octal 7 150 134 135 0 14 73 255 127 26
Binary 111 1101000 1011100 1011101 0 1100 111011 10101101 1010111 10110

Color Harmonies of #07685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07685C

Black with #07685C

Text Example


Text Example

White with #07685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07685C;
 }
 .AnyTagClassName
 {
   color: #07685C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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