Html Css Color HEX #0F9077 Observatory

📋 copy color: '#0F9077'

red 15 ◦ green 144 ◦ blue 119

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

Shades of Observatory #0F9077

Tints of Observatory #0F9077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.8%

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 5.4%
G = 51.8%
B = 42.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#0F9077 (or 0x0F9077) is known color: Observatory. HEX triplet: 0F, 90 and 77. RGB value is (15,144,119). Sum of RGB (Red+Green+Blue) = 15+144+119=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9077 is #F06F88. Grayscale: #666666. Windows color (decimal): -15757193 or 7835663. OLE color: 7835663.

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

Color convert

RGB 15 144 119 -
CMYK 0.90 0 0.17 0.44
HSL 168.37º 0.81% 0.31% -
HSV(B) 168.37º 0.9% 0.56% -
XYZ 13.5 21.38 20.87 -
YUV 102.58 137.26 65.53 -
System Red Green Blue C M Y K H S L
Decimal 15 144 119 0.90 0 0.17 0.44 168.37 0.81 0.31
Hex F 90 77 5A 0 11 2C A8 51 1F
Octal 17 220 167 132 0 21 54 250 121 37
Binary 1111 10010000 1110111 1011010 0 10001 101100 10101000 1010001 11111

Color Harmonies of #0F9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9077

Black with #0F9077

Text Example


Text Example

White with #0F9077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,144,119); }

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

background-color css

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

 a { background-color: rgb(15,144,119); }

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

border-color css

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

 span { border-color: rgb(15,144,119); }

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