Html Css Color HEX #0D876E Observatory

📋 copy color: '#0D876E'

red 13 ◦ green 135 ◦ blue 110

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

Shades of Observatory #0D876E

Tints of Observatory #0D876E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 5.04%
G = 52.33%
B = 42.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#0D876E (or 0x0D876E) is known color: Observatory. HEX triplet: 0D, 87 and 6E. RGB value is (13,135,110). Sum of RGB (Red+Green+Blue) = 13+135+110=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #0D876E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D876E is #F27891. Grayscale: #5F5F5F. Windows color (decimal): -15890578 or 7243533. OLE color: 7243533.

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

Color convert

RGB 13 135 110 -
CMYK 0.90 0 0.19 0.47
HSL 167.7º 0.82% 0.29% -
HSV(B) 167.7º 0.9% 0.53% -
XYZ 11.64 18.54 17.72 -
YUV 95.67 136.08 69.03 -
System Red Green Blue C M Y K H S L
Decimal 13 135 110 0.90 0 0.19 0.47 167.7 0.82 0.29
Hex D 87 6E 5A 0 13 2F A8 52 1D
Octal 15 207 156 132 0 23 57 250 122 35
Binary 1101 10000111 1101110 1011010 0 10011 101111 10101000 1010010 11101

Color Harmonies of #0D876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D876E

Black with #0D876E

Text Example


Text Example

White with #0D876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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