#00856A

Color #00856A Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #00856A

Tints of Observatory #00856A

Color information

#00856A (or 0x00856A) is unknown color: approx Observatory. HEX triplet: 00, 85 and 6A. RGB value is (0,133,106). Sum of RGB (Red+Green+Blue) = 0+133+106=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #00856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00856A is #FF7A95. Grayscale: #5A5A5A. Windows color (decimal): -16743062 or 6980864. OLE color: 6980864.

HSL color Cylindrical-coordinate representation of color #00856A: hue angle of 167.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00856A is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB0133106-
CMYK100.200.48
HSL167.82º100%26.08%-
HSV(B)167.82º100%52.16%-
XYZ10.9917.8216.5-
YUV90.16136.9463.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=0%
G=55.65%
B=44.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133106100.200.48167.8210026.08
Hex0856A6401430a8641a
Octal02051521440246025014432
Binary0100001011101010110010001010011000010101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00856A; }

 p { color: rgb(0,133,106); }

 H1.HeaderClassName
 {
   color: #00856A;
 }
 .AnyTagClassName
 {
   color: #00856A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,133,106); }

 div.DivClassName
 {
   background-color: #00856A;
 }
 .BgClassName
 {
   background-color: #00856A;
 }
</style>
border-color css

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

 span { border-color: rgb(0,133,106); }

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