Html Css Color HEX #089277 Observatory

📋 copy color: '#089277'

red 8 ◦ green 146 ◦ blue 119

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

Shades of Observatory #089277

Tints of Observatory #089277

RGB

 RED value IS 8 (3.52% from 255) = 2.93%

 GREEN value IS 146 (57.42% from 255) = 53.48%

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

R = 2.93%
G = 53.48%
B = 43.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#089277 (or 0x089277) is known color: Observatory. HEX triplet: 08, 92 and 77. RGB value is (8,146,119). Sum of RGB (Red+Green+Blue) = 8+146+119=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #089277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089277 is #F76D88. Grayscale: #656565. Windows color (decimal): -16215433 or 7836168. OLE color: 7836168.

HSL color Cylindrical-coordinate representation of color #089277: hue angle of 168.26º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089277 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 146 119 -
CMYK 0.95 0 0.18 0.43
HSL 168.26º 0.9% 0.3% -
HSV(B) 168.26º 0.95% 0.57% -
XYZ 13.71 21.94 20.97 -
YUV 101.66 137.78 61.2 -
System Red Green Blue C M Y K H S L
Decimal 8 146 119 0.95 0 0.18 0.43 168.26 0.9 0.3
Hex 8 92 77 5F 0 12 2B A8 5A 1E
Octal 10 222 167 137 0 22 53 250 132 36
Binary 1000 10010010 1110111 1011111 0 10010 101011 10101000 1011010 11110

Color Harmonies of #089277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089277

Black with #089277

Text Example


Text Example

White with #089277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089277; }

 p { color: rgb(8,146,119); }

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

background-color css

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

 a { background-color: rgb(8,146,119); }

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

border-color css

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

 span { border-color: rgb(8,146,119); }

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