Html Css Color HEX #00856C Observatory

📋 copy color: '#00856C'

red 0 ◦ green 133 ◦ blue 108

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

Shades of Observatory #00856C

Tints of Observatory #00856C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 133 (52.34% from 255) = 55.19%

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 0%
G = 55.19%
B = 44.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#00856C (or 0x00856C) is known color: Observatory. HEX triplet: 00, 85 and 6C. RGB value is (0,133,108). Sum of RGB (Red+Green+Blue) = 0+133+108=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #00856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00856C is #FF7A93. Grayscale: #5A5A5A. Windows color (decimal): -16743060 or 7111936. OLE color: 7111936.

HSL color Cylindrical-coordinate representation of color #00856C: hue angle of 168.72º 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 #00856C is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 108 -
CMYK 1 0 0.19 0.48
HSL 168.72º 1% 0.26% -
HSV(B) 168.72º 1% 0.52% -
XYZ 11.09 17.86 17.05 -
YUV 90.38 137.94 63.53 -
System Red Green Blue C M Y K H S L
Decimal 0 133 108 1 0 0.19 0.48 168.72 1 0.26
Hex 0 85 6C 64 0 13 30 A9 64 1A
Octal 0 205 154 144 0 23 60 251 144 32
Binary 0 10000101 1101100 1100100 0 10011 110000 10101001 1100100 11010

Color Harmonies of #00856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00856C

Black with #00856C

Text Example


Text Example

White with #00856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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