Html Css Color HEX #089269 Observatory

📋 copy color: '#089269'

red 8 ◦ green 146 ◦ blue 105

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

Shades of Observatory #089269

Tints of Observatory #089269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 3.09%
G = 56.37%
B = 40.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#089269 (or 0x089269) is known color: Observatory. HEX triplet: 08, 92 and 69. RGB value is (8,146,105). Sum of RGB (Red+Green+Blue) = 8+146+105=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #089269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089269 is #F76D96. Grayscale: #646464. Windows color (decimal): -16215447 or 6918664. OLE color: 6918664.

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

Color convert

RGB 8 146 105 -
CMYK 0.95 0 0.28 0.43
HSL 162.17º 0.9% 0.3% -
HSV(B) 162.17º 0.95% 0.57% -
XYZ 12.93 21.63 16.86 -
YUV 100.06 130.78 62.33 -
System Red Green Blue C M Y K H S L
Decimal 8 146 105 0.95 0 0.28 0.43 162.17 0.9 0.3
Hex 8 92 69 5F 0 1C 2B A2 5A 1E
Octal 10 222 151 137 0 34 53 242 132 36
Binary 1000 10010010 1101001 1011111 0 11100 101011 10100010 1011010 11110

Color Harmonies of #089269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089269

Black with #089269

Text Example


Text Example

White with #089269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089269; }

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

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

background-color css

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

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

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

border-color css

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

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

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