Html Css Color HEX #0C866F Observatory

📋 copy color: '#0C866F'

red 12 ◦ green 134 ◦ blue 111

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

Shades of Observatory #0C866F

Tints of Observatory #0C866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 111 (43.75% from 255) = 43.19%

R = 4.67%
G = 52.14%
B = 43.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#0C866F (or 0x0C866F) is known color: Observatory. HEX triplet: 0C, 86 and 6F. RGB value is (12,134,111). Sum of RGB (Red+Green+Blue) = 12+134+111=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #0C866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C866F is #F37990. Grayscale: #5E5E5E. Windows color (decimal): -15956369 or 7308812. OLE color: 7308812.

HSL color Cylindrical-coordinate representation of color #0C866F: hue angle of 168.69º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C866F is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 134 111 -
CMYK 0.91 0 0.17 0.47
HSL 168.69º 0.84% 0.29% -
HSV(B) 168.69º 0.91% 0.53% -
XYZ 11.55 18.28 17.96 -
YUV 94.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 12 134 111 0.91 0 0.17 0.47 168.69 0.84 0.29
Hex C 86 6F 5B 0 11 2F A9 54 1D
Octal 14 206 157 133 0 21 57 251 124 35
Binary 1100 10000110 1101111 1011011 0 10001 101111 10101001 1010100 11101

Color Harmonies of #0C866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C866F

Black with #0C866F

Text Example


Text Example

White with #0C866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,134,111); }

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

background-color css

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

 a { background-color: rgb(12,134,111); }

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

border-color css

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

 span { border-color: rgb(12,134,111); }

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