Html Css Color HEX #0C9569 Observatory

📋 copy color: '#0C9569'

red 12 ◦ green 149 ◦ blue 105

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

Shades of Observatory #0C9569

Tints of Observatory #0C9569

RGB

 RED value IS 12 (5.08% from 255) = 4.51%

 GREEN value IS 149 (58.59% from 255) = 56.02%

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 4.51%
G = 56.02%
B = 39.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#0C9569 (or 0x0C9569) is known color: Observatory. HEX triplet: 0C, 95 and 69. RGB value is (12,149,105). Sum of RGB (Red+Green+Blue) = 12+149+105=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9569 is #F36A96. Grayscale: #676767. Windows color (decimal): -15952535 or 6919436. OLE color: 6919436.

HSL color Cylindrical-coordinate representation of color #0C9569: hue angle of 160.73º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9569 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 149 105 -
CMYK 0.92 0 0.30 0.42
HSL 160.73º 0.85% 0.32% -
HSV(B) 160.73º 0.92% 0.58% -
XYZ 13.45 22.59 17.02 -
YUV 103.02 129.11 63.08 -
System Red Green Blue C M Y K H S L
Decimal 12 149 105 0.92 0 0.30 0.42 160.73 0.85 0.32
Hex C 95 69 5C 0 1E 2A A1 55 20
Octal 14 225 151 134 0 36 52 241 125 40
Binary 1100 10010101 1101001 1011100 0 11110 101010 10100001 1010101 100000

Color Harmonies of #0C9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9569

Black with #0C9569

Text Example


Text Example

White with #0C9569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C9569; }

 p { color: rgb(12,149,105); }

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

background-color css

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

 a { background-color: rgb(12,149,105); }

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

border-color css

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

 span { border-color: rgb(12,149,105); }

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