Html Css Color HEX #0D8975 Observatory

📋 copy color: '#0D8975'

red 13 ◦ green 137 ◦ blue 117

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

Shades of Observatory #0D8975

Tints of Observatory #0D8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.31%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 4.87%
G = 51.31%
B = 43.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#0D8975 (or 0x0D8975) is known color: Observatory. HEX triplet: 0D, 89 and 75. RGB value is (13,137,117). Sum of RGB (Red+Green+Blue) = 13+137+117=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8975 is #F2768A. Grayscale: #616161. Windows color (decimal): -15890059 or 7702797. OLE color: 7702797.

HSL color Cylindrical-coordinate representation of color #0D8975: hue angle of 170.32º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8975 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 117 -
CMYK 0.91 0 0.15 0.46
HSL 170.32º 0.83% 0.29% -
HSV(B) 170.32º 0.91% 0.54% -
XYZ 12.32 19.26 19.9 -
YUV 97.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 13 137 117 0.91 0 0.15 0.46 170.32 0.83 0.29
Hex D 89 75 5B 0 F 2E AA 53 1D
Octal 15 211 165 133 0 17 56 252 123 35
Binary 1101 10001001 1110101 1011011 0 1111 101110 10101010 1010011 11101

Color Harmonies of #0D8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8975

Black with #0D8975

Text Example


Text Example

White with #0D8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,137,117); }

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

background-color css

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

 a { background-color: rgb(13,137,117); }

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

border-color css

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

 span { border-color: rgb(13,137,117); }

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