Html Css Color HEX #096052 Mosque

📋 copy color: '#096052'

red 9 ◦ green 96 ◦ blue 82

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

Shades of Mosque #096052

Tints of Mosque #096052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 4.81%
G = 51.34%
B = 43.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#096052 (or 0x096052) is known color: Mosque. HEX triplet: 09, 60 and 52. RGB value is (9,96,82). Sum of RGB (Red+Green+Blue) = 9+96+82=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #096052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096052 is #F69FAD. Grayscale: #444444. Windows color (decimal): -16162734 or 5398537. OLE color: 5398537.

HSL color Cylindrical-coordinate representation of color #096052: hue angle of 170.34º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096052 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 82 -
CMYK 0.91 0 0.15 0.62
HSL 170.34º 0.83% 0.21% -
HSV(B) 170.34º 0.91% 0.38% -
XYZ 5.82 9.03 9.42 -
YUV 68.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 9 96 82 0.91 0 0.15 0.62 170.34 0.83 0.21
Hex 9 60 52 5B 0 F 3E AA 53 15
Octal 11 140 122 133 0 17 76 252 123 25
Binary 1001 1100000 1010010 1011011 0 1111 111110 10101010 1010011 10101

Color Harmonies of #096052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096052

Black with #096052

Text Example


Text Example

White with #096052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096052; }

 p { color: rgb(9,96,82); }

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

background-color css

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

 a { background-color: rgb(9,96,82); }

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

border-color css

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

 span { border-color: rgb(9,96,82); }

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