Html Css Color HEX #0D9472 Observatory

📋 copy color: '#0D9472'

red 13 ◦ green 148 ◦ blue 114

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

Shades of Observatory #0D9472

Tints of Observatory #0D9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.82%

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 4.73%
G = 53.82%
B = 41.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#0D9472 (or 0x0D9472) is known color: Observatory. HEX triplet: 0D, 94 and 72. RGB value is (13,148,114). Sum of RGB (Red+Green+Blue) = 13+148+114=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9472 is #F26B8D. Grayscale: #676767. Windows color (decimal): -15887246 or 7509005. OLE color: 7509005.

HSL color Cylindrical-coordinate representation of color #0D9472: hue angle of 164.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9472 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 148 114 -
CMYK 0.91 0 0.23 0.42
HSL 164.89º 0.84% 0.32% -
HSV(B) 164.89º 0.91% 0.58% -
XYZ 13.79 22.48 19.53 -
YUV 103.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 13 148 114 0.91 0 0.23 0.42 164.89 0.84 0.32
Hex D 94 72 5B 0 17 2A A5 54 20
Octal 15 224 162 133 0 27 52 245 124 40
Binary 1101 10010100 1110010 1011011 0 10111 101010 10100101 1010100 100000

Color Harmonies of #0D9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9472

Black with #0D9472

Text Example


Text Example

White with #0D9472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,148,114); }

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

background-color css

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

 a { background-color: rgb(13,148,114); }

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

border-color css

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

 span { border-color: rgb(13,148,114); }

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