Html Css Color HEX #0D8674 Observatory

📋 copy color: '#0D8674'

red 13 ◦ green 134 ◦ blue 116

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

Shades of Observatory #0D8674

Tints of Observatory #0D8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 4.94%
G = 50.95%
B = 44.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#0D8674 (or 0x0D8674) is known color: Observatory. HEX triplet: 0D, 86 and 74. RGB value is (13,134,116). Sum of RGB (Red+Green+Blue) = 13+134+116=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8674 is #F2798B. Grayscale: #5F5F5F. Windows color (decimal): -15890828 or 7636493. OLE color: 7636493.

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

Color convert

RGB 13 134 116 -
CMYK 0.90 0 0.13 0.47
HSL 171.07º 0.82% 0.29% -
HSV(B) 171.07º 0.9% 0.53% -
XYZ 11.84 18.4 19.45 -
YUV 95.77 139.41 68.96 -
System Red Green Blue C M Y K H S L
Decimal 13 134 116 0.90 0 0.13 0.47 171.07 0.82 0.29
Hex D 86 74 5A 0 D 2F AB 52 1D
Octal 15 206 164 132 0 15 57 253 122 35
Binary 1101 10000110 1110100 1011010 0 1101 101111 10101011 1010010 11101

Color Harmonies of #0D8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8674

Black with #0D8674

Text Example


Text Example

White with #0D8674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,134,116); }

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

background-color css

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

 a { background-color: rgb(13,134,116); }

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

border-color css

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

 span { border-color: rgb(13,134,116); }

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