Html Css Color HEX #0D896F Observatory

📋 copy color: '#0D896F'

red 13 ◦ green 137 ◦ blue 111

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

Shades of Observatory #0D896F

Tints of Observatory #0D896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.49%

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

R = 4.98%
G = 52.49%
B = 42.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#0D896F (or 0x0D896F) is known color: Observatory. HEX triplet: 0D, 89 and 6F. RGB value is (13,137,111). Sum of RGB (Red+Green+Blue) = 13+137+111=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #0D896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D896F is #F27690. Grayscale: #606060. Windows color (decimal): -15890065 or 7309581. OLE color: 7309581.

HSL color Cylindrical-coordinate representation of color #0D896F: hue angle of 167.42º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D896F is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 111 -
CMYK 0.91 0 0.19 0.46
HSL 167.42º 0.83% 0.29% -
HSV(B) 167.42º 0.91% 0.54% -
XYZ 11.98 19.12 18.1 -
YUV 96.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 13 137 111 0.91 0 0.19 0.46 167.42 0.83 0.29
Hex D 89 6F 5B 0 13 2E A7 53 1D
Octal 15 211 157 133 0 23 56 247 123 35
Binary 1101 10001001 1101111 1011011 0 10011 101110 10100111 1010011 11101

Color Harmonies of #0D896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D896F

Black with #0D896F

Text Example


Text Example

White with #0D896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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