Html Css Color HEX #0C8E68 Observatory

📋 copy color: '#0C8E68'

red 12 ◦ green 142 ◦ blue 104

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

Shades of Observatory #0C8E68

Tints of Observatory #0C8E68

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.04%

 BLUE value IS 104 (41.02% from 255) = 40.31%

R = 4.65%
G = 55.04%
B = 40.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#0C8E68 (or 0x0C8E68) is known color: Observatory. HEX triplet: 0C, 8E and 68. RGB value is (12,142,104). Sum of RGB (Red+Green+Blue) = 12+142+104=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8E68 is #F37197. Grayscale: #626262. Windows color (decimal): -15954328 or 6852108. OLE color: 6852108.

HSL color Cylindrical-coordinate representation of color #0C8E68: hue angle of 162.46º degrees, saturation: 0.84, 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 #0C8E68 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 142 104 -
CMYK 0.92 0 0.27 0.44
HSL 162.46º 0.84% 0.3% -
HSV(B) 162.46º 0.92% 0.56% -
XYZ 12.32 20.42 16.39 -
YUV 98.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 12 142 104 0.92 0 0.27 0.44 162.46 0.84 0.3
Hex C 8E 68 5C 0 1B 2C A2 54 1E
Octal 14 216 150 134 0 33 54 242 124 36
Binary 1100 10001110 1101000 1011100 0 11011 101100 10100010 1010100 11110

Color Harmonies of #0C8E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E68

Black with #0C8E68

Text Example


Text Example

White with #0C8E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,142,104); }

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

background-color css

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

 a { background-color: rgb(12,142,104); }

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

border-color css

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

 span { border-color: rgb(12,142,104); }

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