Html Css Color HEX #089268 Observatory

📋 copy color: '#089268'

red 8 ◦ green 146 ◦ blue 104

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

Shades of Observatory #089268

Tints of Observatory #089268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.31%

R = 3.1%
G = 56.59%
B = 40.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#089268 (or 0x089268) is known color: Observatory. HEX triplet: 08, 92 and 68. RGB value is (8,146,104). Sum of RGB (Red+Green+Blue) = 8+146+104=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #089268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089268 is #F76D97. Grayscale: #636363. Windows color (decimal): -16215448 or 6853128. OLE color: 6853128.

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

Color convert

RGB 8 146 104 -
CMYK 0.95 0 0.29 0.43
HSL 161.74º 0.9% 0.3% -
HSV(B) 161.74º 0.95% 0.57% -
XYZ 12.88 21.61 16.59 -
YUV 99.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 8 146 104 0.95 0 0.29 0.43 161.74 0.9 0.3
Hex 8 92 68 5F 0 1D 2B A2 5A 1E
Octal 10 222 150 137 0 35 53 242 132 36
Binary 1000 10010010 1101000 1011111 0 11101 101011 10100010 1011010 11110

Color Harmonies of #089268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089268

Black with #089268

Text Example


Text Example

White with #089268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089268; }

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

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

background-color css

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

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

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

border-color css

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

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

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