Html Css Color HEX #089271 Observatory

📋 copy color: '#089271'

red 8 ◦ green 146 ◦ blue 113

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

Shades of Observatory #089271

Tints of Observatory #089271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 3%
G = 54.68%
B = 42.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#089271 (or 0x089271) is known color: Observatory. HEX triplet: 08, 92 and 71. RGB value is (8,146,113). Sum of RGB (Red+Green+Blue) = 8+146+113=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #089271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089271 is #F76D8E. Grayscale: #646464. Windows color (decimal): -16215439 or 7442952. OLE color: 7442952.

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

Color convert

RGB 8 146 113 -
CMYK 0.95 0 0.23 0.43
HSL 165.65º 0.9% 0.3% -
HSV(B) 165.65º 0.95% 0.57% -
XYZ 13.36 21.8 19.13 -
YUV 100.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 8 146 113 0.95 0 0.23 0.43 165.65 0.9 0.3
Hex 8 92 71 5F 0 17 2B A6 5A 1E
Octal 10 222 161 137 0 27 53 246 132 36
Binary 1000 10010010 1110001 1011111 0 10111 101011 10100110 1011010 11110

Color Harmonies of #089271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089271

Black with #089271

Text Example


Text Example

White with #089271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089271; }

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

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

background-color css

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

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

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

border-color css

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

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

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