Html Css Color HEX #08615A Mosque

📋 copy color: '#08615A'

red 8 ◦ green 97 ◦ blue 90

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

Shades of Mosque #08615A

Tints of Mosque #08615A

RGB

 RED value IS 8 (3.52% from 255) = 4.1%

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 4.1%
G = 49.74%
B = 46.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#08615A (or 0x08615A) is known color: Mosque. HEX triplet: 08, 61 and 5A. RGB value is (8,97,90). Sum of RGB (Red+Green+Blue) = 8+97+90=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #08615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08615A is #F79EA5. Grayscale: #454545. Windows color (decimal): -16228006 or 5923080. OLE color: 5923080.

HSL color Cylindrical-coordinate representation of color #08615A: hue angle of 175.28º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08615A is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 97 90 -
CMYK 0.92 0 0.07 0.62
HSL 175.28º 0.85% 0.21% -
HSV(B) 175.28º 0.92% 0.38% -
XYZ 6.22 9.34 11.15 -
YUV 69.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 8 97 90 0.92 0 0.07 0.62 175.28 0.85 0.21
Hex 8 61 5A 5C 0 7 3E AF 55 15
Octal 10 141 132 134 0 7 76 257 125 25
Binary 1000 1100001 1011010 1011100 0 111 111110 10101111 1010101 10101

Color Harmonies of #08615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08615A

Black with #08615A

Text Example


Text Example

White with #08615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08615A; }

 p { color: rgb(8,97,90); }

 H1.HeaderClassName
 {
   color: #08615A;
 }
 .AnyTagClassName
 {
   color: #08615A;
 }
</style>

background-color css

<style>
 a { background-color: #08615A; }

 a { background-color: rgb(8,97,90); }

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

border-color css

<style>
 span { border-color: #08615A; }

 span { border-color: rgb(8,97,90); }

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