Html Css Color HEX #09655A Mosque

📋 copy color: '#09655A'

red 9 ◦ green 101 ◦ blue 90

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

Shades of Mosque #09655A

Tints of Mosque #09655A

RGB

 RED value IS 9 (3.91% from 255) = 4.5%

 GREEN value IS 101 (39.84% from 255) = 50.5%

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

R = 4.5%
G = 50.5%
B = 45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#09655A (or 0x09655A) is known color: Mosque. HEX triplet: 09, 65 and 5A. RGB value is (9,101,90). Sum of RGB (Red+Green+Blue) = 9+101+90=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #09655A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09655A is #F69AA5. Grayscale: #484848. Windows color (decimal): -16161446 or 5924105. OLE color: 5924105.

HSL color Cylindrical-coordinate representation of color #09655A: hue angle of 172.83º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09655A is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 90 -
CMYK 0.91 0 0.11 0.60
HSL 172.83º 0.84% 0.22% -
HSV(B) 172.83º 0.91% 0.4% -
XYZ 6.61 10.1 11.27 -
YUV 72.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 9 101 90 0.91 0 0.11 0.60 172.83 0.84 0.22
Hex 9 65 5A 5B 0 B 3C AD 54 16
Octal 11 145 132 133 0 13 74 255 124 26
Binary 1001 1100101 1011010 1011011 0 1011 111100 10101101 1010100 10110

Color Harmonies of #09655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09655A

Black with #09655A

Text Example


Text Example

White with #09655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,101,90); }

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

background-color css

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

 a { background-color: rgb(9,101,90); }

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

border-color css

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

 span { border-color: rgb(9,101,90); }

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