Html Css Color HEX #0D8C6F Observatory

📋 copy color: '#0D8C6F'

red 13 ◦ green 140 ◦ blue 111

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

Shades of Observatory #0D8C6F

Tints of Observatory #0D8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.03%

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

R = 4.92%
G = 53.03%
B = 42.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#0D8C6F (or 0x0D8C6F) is known color: Observatory. HEX triplet: 0D, 8C and 6F. RGB value is (13,140,111). Sum of RGB (Red+Green+Blue) = 13+140+111=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #0D8C6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8C6F is #F27390. Grayscale: #626262. Windows color (decimal): -15889297 or 7310349. OLE color: 7310349.

HSL color Cylindrical-coordinate representation of color #0D8C6F: hue angle of 166.3º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8C6F is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 140 111 -
CMYK 0.91 0 0.21 0.45
HSL 166.3º 0.83% 0.3% -
HSV(B) 166.3º 0.91% 0.55% -
XYZ 12.41 19.99 18.24 -
YUV 98.72 134.92 66.86 -
System Red Green Blue C M Y K H S L
Decimal 13 140 111 0.91 0 0.21 0.45 166.3 0.83 0.3
Hex D 8C 6F 5B 0 15 2D A6 53 1E
Octal 15 214 157 133 0 25 55 246 123 36
Binary 1101 10001100 1101111 1011011 0 10101 101101 10100110 1010011 11110

Color Harmonies of #0D8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8C6F

Black with #0D8C6F

Text Example


Text Example

White with #0D8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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