Html Css Color HEX #0F917D Observatory

📋 copy color: '#0F917D'

red 15 ◦ green 145 ◦ blue 125

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

Shades of Observatory #0F917D

Tints of Observatory #0F917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 5.26%
G = 50.88%
B = 43.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#0F917D (or 0x0F917D) is known color: Observatory. HEX triplet: 0F, 91 and 7D. RGB value is (15,145,125). Sum of RGB (Red+Green+Blue) = 15+145+125=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #0F917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F917D is #F06E82. Grayscale: #676767. Windows color (decimal): -15756931 or 8229135. OLE color: 8229135.

HSL color Cylindrical-coordinate representation of color #0F917D: hue angle of 170.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F917D is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 145 125 -
CMYK 0.90 0 0.14 0.43
HSL 170.77º 0.81% 0.31% -
HSV(B) 170.77º 0.9% 0.57% -
XYZ 14.02 21.83 22.88 -
YUV 103.85 139.93 64.63 -
System Red Green Blue C M Y K H S L
Decimal 15 145 125 0.90 0 0.14 0.43 170.77 0.81 0.31
Hex F 91 7D 5A 0 E 2B AB 51 1F
Octal 17 221 175 132 0 16 53 253 121 37
Binary 1111 10010001 1111101 1011010 0 1110 101011 10101011 1010001 11111

Color Harmonies of #0F917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F917D

Black with #0F917D

Text Example


Text Example

White with #0F917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,145,125); }

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

background-color css

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

 a { background-color: rgb(15,145,125); }

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

border-color css

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

 span { border-color: rgb(15,145,125); }

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