Html Css Color HEX #0C876F Observatory

📋 copy color: '#0C876F'

red 12 ◦ green 135 ◦ blue 111

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

Shades of Observatory #0C876F

Tints of Observatory #0C876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.33%

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

R = 4.65%
G = 52.33%
B = 43.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#0C876F (or 0x0C876F) is known color: Observatory. HEX triplet: 0C, 87 and 6F. RGB value is (12,135,111). Sum of RGB (Red+Green+Blue) = 12+135+111=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #0C876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C876F is #F37890. Grayscale: #5F5F5F. Windows color (decimal): -15956113 or 7309068. OLE color: 7309068.

HSL color Cylindrical-coordinate representation of color #0C876F: hue angle of 168.29º 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 #0C876F is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 111 -
CMYK 0.91 0 0.18 0.47
HSL 168.29º 0.84% 0.29% -
HSV(B) 168.29º 0.91% 0.53% -
XYZ 11.68 18.55 18 -
YUV 95.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 12 135 111 0.91 0 0.18 0.47 168.29 0.84 0.29
Hex C 87 6F 5B 0 12 2F A8 54 1D
Octal 14 207 157 133 0 22 57 250 124 35
Binary 1100 10000111 1101111 1011011 0 10010 101111 10101000 1010100 11101

Color Harmonies of #0C876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C876F

Black with #0C876F

Text Example


Text Example

White with #0C876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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