Html Css Color HEX #0C8F78 Observatory

📋 copy color: '#0C8F78'

red 12 ◦ green 143 ◦ blue 120

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

Shades of Observatory #0C8F78

Tints of Observatory #0C8F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52%

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 4.36%
G = 52%
B = 43.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#0C8F78 (or 0x0C8F78) is known color: Observatory. HEX triplet: 0C, 8F and 78. RGB value is (12,143,120). Sum of RGB (Red+Green+Blue) = 12+143+120=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8F78 is #F37087. Grayscale: #656565. Windows color (decimal): -15954056 or 7900940. OLE color: 7900940.

HSL color Cylindrical-coordinate representation of color #0C8F78: hue angle of 169.47º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F78 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 143 120 -
CMYK 0.92 0 0.16 0.44
HSL 169.47º 0.85% 0.3% -
HSV(B) 169.47º 0.92% 0.56% -
XYZ 13.36 21.08 21.13 -
YUV 101.21 138.6 64.37 -
System Red Green Blue C M Y K H S L
Decimal 12 143 120 0.92 0 0.16 0.44 169.47 0.85 0.3
Hex C 8F 78 5C 0 10 2C A9 55 1E
Octal 14 217 170 134 0 20 54 251 125 36
Binary 1100 10001111 1111000 1011100 0 10000 101100 10101001 1010101 11110

Color Harmonies of #0C8F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8F78

Black with #0C8F78

Text Example


Text Example

White with #0C8F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,143,120); }

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

background-color css

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

 a { background-color: rgb(12,143,120); }

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

border-color css

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

 span { border-color: rgb(12,143,120); }

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