Html Css Color HEX #07615B Mosque

📋 copy color: '#07615B'

red 7 ◦ green 97 ◦ blue 91

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

Shades of Mosque #07615B

Tints of Mosque #07615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 3.59%
G = 49.74%
B = 46.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#07615B (or 0x07615B) is known color: Mosque. HEX triplet: 07, 61 and 5B. RGB value is (7,97,91). Sum of RGB (Red+Green+Blue) = 7+97+91=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #07615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07615B is #F89EA4. Grayscale: #454545. Windows color (decimal): -16293541 or 5988615. OLE color: 5988615.

HSL color Cylindrical-coordinate representation of color #07615B: hue angle of 176º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07615B is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 91 -
CMYK 0.93 0 0.06 0.62
HSL 176º 0.87% 0.2% -
HSV(B) 176º 0.93% 0.38% -
XYZ 6.25 9.35 11.37 -
YUV 69.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 7 97 91 0.93 0 0.06 0.62 176 0.87 0.2
Hex 7 61 5B 5D 0 6 3E B0 57 14
Octal 7 141 133 135 0 6 76 260 127 24
Binary 111 1100001 1011011 1011101 0 110 111110 10110000 1010111 10100

Color Harmonies of #07615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07615B

Black with #07615B

Text Example


Text Example

White with #07615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07615B; }

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

 H1.HeaderClassName
 {
   color: #07615B;
 }
 .AnyTagClassName
 {
   color: #07615B;
 }
</style>

background-color css

<style>
 a { background-color: #07615B; }

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

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

border-color css

<style>
 span { border-color: #07615B; }

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

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