Html Css Color HEX #0F8E75 Observatory

📋 copy color: '#0F8E75'

red 15 ◦ green 142 ◦ blue 117

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

Shades of Observatory #0F8E75

Tints of Observatory #0F8E75

RGB

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

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

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

R = 5.47%
G = 51.82%
B = 42.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#0F8E75 (or 0x0F8E75) is known color: Observatory. HEX triplet: 0F, 8E and 75. RGB value is (15,142,117). Sum of RGB (Red+Green+Blue) = 15+142+117=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8E75 is #F0718A. Grayscale: #656565. Windows color (decimal): -15757707 or 7704079. OLE color: 7704079.

HSL color Cylindrical-coordinate representation of color #0F8E75: hue angle of 168.19º 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 #0F8E75 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 142 117 -
CMYK 0.89 0 0.18 0.44
HSL 168.19º 0.81% 0.31% -
HSV(B) 168.19º 0.89% 0.56% -
XYZ 13.08 20.73 20.14 -
YUV 101.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 15 142 117 0.89 0 0.18 0.44 168.19 0.81 0.31
Hex F 8E 75 59 0 12 2C A8 51 1F
Octal 17 216 165 131 0 22 54 250 121 37
Binary 1111 10001110 1110101 1011001 0 10010 101100 10101000 1010001 11111

Color Harmonies of #0F8E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8E75

Black with #0F8E75

Text Example


Text Example

White with #0F8E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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