Html Css Color HEX #0C876D Observatory

📋 copy color: '#0C876D'

red 12 ◦ green 135 ◦ blue 109

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

Shades of Observatory #0C876D

Tints of Observatory #0C876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 4.69%
G = 52.73%
B = 42.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#0C876D (or 0x0C876D) is known color: Observatory. HEX triplet: 0C, 87 and 6D. RGB value is (12,135,109). Sum of RGB (Red+Green+Blue) = 12+135+109=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #0C876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C876D is #F37892. Grayscale: #5F5F5F. Windows color (decimal): -15956115 or 7177996. OLE color: 7177996.

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

Color convert

RGB 12 135 109 -
CMYK 0.91 0 0.19 0.47
HSL 167.32º 0.84% 0.29% -
HSV(B) 167.32º 0.91% 0.53% -
XYZ 11.58 18.51 17.43 -
YUV 95.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 12 135 109 0.91 0 0.19 0.47 167.32 0.84 0.29
Hex C 87 6D 5B 0 13 2F A7 54 1D
Octal 14 207 155 133 0 23 57 247 124 35
Binary 1100 10000111 1101101 1011011 0 10011 101111 10100111 1010100 11101

Color Harmonies of #0C876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C876D

Black with #0C876D

Text Example


Text Example

White with #0C876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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