Html Css Color HEX #089272 Observatory

📋 copy color: '#089272'

red 8 ◦ green 146 ◦ blue 114

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

Shades of Observatory #089272

Tints of Observatory #089272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 2.99%
G = 54.48%
B = 42.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#089272 (or 0x089272) is known color: Observatory. HEX triplet: 08, 92 and 72. RGB value is (8,146,114). Sum of RGB (Red+Green+Blue) = 8+146+114=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #089272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089272 is #F76D8D. Grayscale: #656565. Windows color (decimal): -16215438 or 7508488. OLE color: 7508488.

HSL color Cylindrical-coordinate representation of color #089272: hue angle of 166.09º 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 #089272 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 146 114 -
CMYK 0.95 0 0.22 0.43
HSL 166.09º 0.9% 0.3% -
HSV(B) 166.09º 0.95% 0.57% -
XYZ 13.42 21.82 19.42 -
YUV 101.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 8 146 114 0.95 0 0.22 0.43 166.09 0.9 0.3
Hex 8 92 72 5F 0 16 2B A6 5A 1E
Octal 10 222 162 137 0 26 53 246 132 36
Binary 1000 10010010 1110010 1011111 0 10110 101011 10100110 1011010 11110

Color Harmonies of #089272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089272

Black with #089272

Text Example


Text Example

White with #089272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089272; }

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

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

background-color css

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

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

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

border-color css

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

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

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