Html Css Color HEX #0D876F Observatory

📋 copy color: '#0D876F'

red 13 ◦ green 135 ◦ blue 111

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

Shades of Observatory #0D876F

Tints of Observatory #0D876F

RGB

 RED value IS 13 (5.47% from 255) = 5.02%

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

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

R = 5.02%
G = 52.12%
B = 42.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#0D876F (or 0x0D876F) is known color: Observatory. HEX triplet: 0D, 87 and 6F. RGB value is (13,135,111). Sum of RGB (Red+Green+Blue) = 13+135+111=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #0D876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D876F is #F27890. Grayscale: #5F5F5F. Windows color (decimal): -15890577 or 7309069. OLE color: 7309069.

HSL color Cylindrical-coordinate representation of color #0D876F: hue angle of 168.2º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D876F is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 135 111 -
CMYK 0.90 0 0.18 0.47
HSL 168.2º 0.82% 0.29% -
HSV(B) 168.2º 0.9% 0.53% -
XYZ 11.7 18.56 18 -
YUV 95.79 136.58 68.95 -
System Red Green Blue C M Y K H S L
Decimal 13 135 111 0.90 0 0.18 0.47 168.2 0.82 0.29
Hex D 87 6F 5A 0 12 2F A8 52 1D
Octal 15 207 157 132 0 22 57 250 122 35
Binary 1101 10000111 1101111 1011010 0 10010 101111 10101000 1010010 11101

Color Harmonies of #0D876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D876F

Black with #0D876F

Text Example


Text Example

White with #0D876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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