Html Css Color HEX #0F8E73 Observatory

📋 copy color: '#0F8E73'

red 15 ◦ green 142 ◦ blue 115

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

Shades of Observatory #0F8E73

Tints of Observatory #0F8E73

RGB

 RED value IS 15 (6.25% from 255) = 5.51%

 GREEN value IS 142 (55.86% from 255) = 52.21%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 5.51%
G = 52.21%
B = 42.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#0F8E73 (or 0x0F8E73) is known color: Observatory. HEX triplet: 0F, 8E and 73. RGB value is (15,142,115). Sum of RGB (Red+Green+Blue) = 15+142+115=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8E73 is #F0718C. Grayscale: #646464. Windows color (decimal): -15757709 or 7573007. OLE color: 7573007.

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

Color convert

RGB 15 142 115 -
CMYK 0.89 0 0.19 0.44
HSL 167.24º 0.81% 0.31% -
HSV(B) 167.24º 0.89% 0.56% -
XYZ 12.96 20.69 19.53 -
YUV 100.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 15 142 115 0.89 0 0.19 0.44 167.24 0.81 0.31
Hex F 8E 73 59 0 13 2C A7 51 1F
Octal 17 216 163 131 0 23 54 247 121 37
Binary 1111 10001110 1110011 1011001 0 10011 101100 10100111 1010001 11111

Color Harmonies of #0F8E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8E73

Black with #0F8E73

Text Example


Text Example

White with #0F8E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,142,115); }

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

background-color css

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

 a { background-color: rgb(15,142,115); }

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

border-color css

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

 span { border-color: rgb(15,142,115); }

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