Html Css Color HEX #0D8874 Observatory

📋 copy color: '#0D8874'

red 13 ◦ green 136 ◦ blue 116

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

Shades of Observatory #0D8874

Tints of Observatory #0D8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.32%

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

R = 4.91%
G = 51.32%
B = 43.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#0D8874 (or 0x0D8874) is known color: Observatory. HEX triplet: 0D, 88 and 74. RGB value is (13,136,116). Sum of RGB (Red+Green+Blue) = 13+136+116=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8874 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8874 is #F2778B. Grayscale: #606060. Windows color (decimal): -15890316 or 7637005. OLE color: 7637005.

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

Color convert

RGB 13 136 116 -
CMYK 0.90 0 0.15 0.47
HSL 170.24º 0.83% 0.29% -
HSV(B) 170.24º 0.9% 0.53% -
XYZ 12.12 18.95 19.54 -
YUV 96.94 138.75 68.13 -
System Red Green Blue C M Y K H S L
Decimal 13 136 116 0.90 0 0.15 0.47 170.24 0.83 0.29
Hex D 88 74 5A 0 F 2F AA 53 1D
Octal 15 210 164 132 0 17 57 252 123 35
Binary 1101 10001000 1110100 1011010 0 1111 101111 10101010 1010011 11101

Color Harmonies of #0D8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8874

Black with #0D8874

Text Example


Text Example

White with #0D8874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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