Html Css Color HEX #0D946B Observatory

📋 copy color: '#0D946B'

red 13 ◦ green 148 ◦ blue 107

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

Shades of Observatory #0D946B

Tints of Observatory #0D946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 4.85%
G = 55.22%
B = 39.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#0D946B (or 0x0D946B) is known color: Observatory. HEX triplet: 0D, 94 and 6B. RGB value is (13,148,107). Sum of RGB (Red+Green+Blue) = 13+148+107=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #0D946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D946B is #F26B94. Grayscale: #666666. Windows color (decimal): -15887253 or 7050253. OLE color: 7050253.

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

Color convert

RGB 13 148 107 -
CMYK 0.91 0 0.28 0.42
HSL 161.78º 0.84% 0.32% -
HSV(B) 161.78º 0.91% 0.58% -
XYZ 13.41 22.33 17.51 -
YUV 102.96 130.27 63.83 -
System Red Green Blue C M Y K H S L
Decimal 13 148 107 0.91 0 0.28 0.42 161.78 0.84 0.32
Hex D 94 6B 5B 0 1C 2A A2 54 20
Octal 15 224 153 133 0 34 52 242 124 40
Binary 1101 10010100 1101011 1011011 0 11100 101010 10100010 1010100 100000

Color Harmonies of #0D946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D946B

Black with #0D946B

Text Example


Text Example

White with #0D946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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