Html Css Color HEX #0C8470 Observatory

📋 copy color: '#0C8470'

red 12 ◦ green 132 ◦ blue 112

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

Shades of Observatory #0C8470

Tints of Observatory #0C8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 4.69%
G = 51.56%
B = 43.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#0C8470 (or 0x0C8470) is known color: Observatory. HEX triplet: 0C, 84 and 70. RGB value is (12,132,112). Sum of RGB (Red+Green+Blue) = 12+132+112=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8470 is #F37B8F. Grayscale: #5D5D5D. Windows color (decimal): -15956880 or 7373836. OLE color: 7373836.

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

Color convert

RGB 12 132 112 -
CMYK 0.91 0 0.15 0.48
HSL 170º 0.83% 0.28% -
HSV(B) 170º 0.91% 0.52% -
XYZ 11.33 17.75 18.16 -
YUV 93.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 12 132 112 0.91 0 0.15 0.48 170 0.83 0.28
Hex C 84 70 5B 0 F 30 AA 53 1C
Octal 14 204 160 133 0 17 60 252 123 34
Binary 1100 10000100 1110000 1011011 0 1111 110000 10101010 1010011 11100

Color Harmonies of #0C8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8470

Black with #0C8470

Text Example


Text Example

White with #0C8470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,132,112); }

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

background-color css

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

 a { background-color: rgb(12,132,112); }

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

border-color css

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

 span { border-color: rgb(12,132,112); }

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