Html Css Color HEX #0D906F Observatory

📋 copy color: '#0D906F'

red 13 ◦ green 144 ◦ blue 111

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

Shades of Observatory #0D906F

Tints of Observatory #0D906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.73%

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

R = 4.85%
G = 53.73%
B = 41.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#0D906F (or 0x0D906F) is known color: Observatory. HEX triplet: 0D, 90 and 6F. RGB value is (13,144,111). Sum of RGB (Red+Green+Blue) = 13+144+111=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #0D906F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D906F is #F26F90. Grayscale: #656565. Windows color (decimal): -15888273 or 7311373. OLE color: 7311373.

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

Color convert

RGB 13 144 111 -
CMYK 0.91 0 0.23 0.44
HSL 164.89º 0.83% 0.31% -
HSV(B) 164.89º 0.91% 0.56% -
XYZ 13.01 21.18 18.44 -
YUV 101.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 13 144 111 0.91 0 0.23 0.44 164.89 0.83 0.31
Hex D 90 6F 5B 0 17 2C A5 53 1F
Octal 15 220 157 133 0 27 54 245 123 37
Binary 1101 10010000 1101111 1011011 0 10111 101100 10100101 1010011 11111

Color Harmonies of #0D906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D906F

Black with #0D906F

Text Example


Text Example

White with #0D906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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