Html Css Color HEX #0C9469 Observatory

📋 copy color: '#0C9469'

red 12 ◦ green 148 ◦ blue 105

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

Shades of Observatory #0C9469

Tints of Observatory #0C9469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

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

R = 4.53%
G = 55.85%
B = 39.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#0C9469 (or 0x0C9469) is known color: Observatory. HEX triplet: 0C, 94 and 69. RGB value is (12,148,105). Sum of RGB (Red+Green+Blue) = 12+148+105=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9469 is #F36B96. Grayscale: #666666. Windows color (decimal): -15952791 or 6919180. OLE color: 6919180.

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

Color convert

RGB 12 148 105 -
CMYK 0.92 0 0.29 0.42
HSL 161.03º 0.85% 0.31% -
HSV(B) 161.03º 0.92% 0.58% -
XYZ 13.29 22.28 16.96 -
YUV 102.43 129.44 63.5 -
System Red Green Blue C M Y K H S L
Decimal 12 148 105 0.92 0 0.29 0.42 161.03 0.85 0.31
Hex C 94 69 5C 0 1D 2A A1 55 1F
Octal 14 224 151 134 0 35 52 241 125 37
Binary 1100 10010100 1101001 1011100 0 11101 101010 10100001 1010101 11111

Color Harmonies of #0C9469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9469

Black with #0C9469

Text Example


Text Example

White with #0C9469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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