Html Css Color HEX #0D946C Observatory

📋 copy color: '#0D946C'

red 13 ◦ green 148 ◦ blue 108

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

Shades of Observatory #0D946C

Tints of Observatory #0D946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 4.83%
G = 55.02%
B = 40.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#0D946C (or 0x0D946C) is known color: Observatory. HEX triplet: 0D, 94 and 6C. RGB value is (13,148,108). Sum of RGB (Red+Green+Blue) = 13+148+108=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #0D946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D946C is #F26B93. Grayscale: #676767. Windows color (decimal): -15887252 or 7115789. OLE color: 7115789.

HSL color Cylindrical-coordinate representation of color #0D946C: hue angle of 162.22º 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 #0D946C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 148 108 -
CMYK 0.91 0 0.27 0.42
HSL 162.22º 0.84% 0.32% -
HSV(B) 162.22º 0.91% 0.58% -
XYZ 13.46 22.35 17.79 -
YUV 103.08 130.77 63.75 -
System Red Green Blue C M Y K H S L
Decimal 13 148 108 0.91 0 0.27 0.42 162.22 0.84 0.32
Hex D 94 6C 5B 0 1B 2A A2 54 20
Octal 15 224 154 133 0 33 52 242 124 40
Binary 1101 10010100 1101100 1011011 0 11011 101010 10100010 1010100 100000

Color Harmonies of #0D946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D946C

Black with #0D946C

Text Example


Text Example

White with #0D946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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