Html Css Color HEX #0F8775 Observatory

📋 copy color: '#0F8775'

red 15 ◦ green 135 ◦ blue 117

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

Shades of Observatory #0F8775

Tints of Observatory #0F8775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.56%

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

R = 5.62%
G = 50.56%
B = 43.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#0F8775 (or 0x0F8775) is known color: Observatory. HEX triplet: 0F, 87 and 75. RGB value is (15,135,117). Sum of RGB (Red+Green+Blue) = 15+135+117=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8775 is #F0788A. Grayscale: #616161. Windows color (decimal): -15759499 or 7702287. OLE color: 7702287.

HSL color Cylindrical-coordinate representation of color #0F8775: hue angle of 171º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8775 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 135 117 -
CMYK 0.89 0 0.13 0.47
HSL 171º 0.8% 0.29% -
HSV(B) 171º 0.89% 0.53% -
XYZ 12.07 18.71 19.81 -
YUV 97.07 139.24 69.46 -
System Red Green Blue C M Y K H S L
Decimal 15 135 117 0.89 0 0.13 0.47 171 0.8 0.29
Hex F 87 75 59 0 D 2F AB 50 1D
Octal 17 207 165 131 0 15 57 253 120 35
Binary 1111 10000111 1110101 1011001 0 1101 101111 10101011 1010000 11101

Color Harmonies of #0F8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8775

Black with #0F8775

Text Example


Text Example

White with #0F8775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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