Html Css Color HEX #00856B Observatory

📋 copy color: '#00856B'

red 0 ◦ green 133 ◦ blue 107

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

Shades of Observatory #00856B

Tints of Observatory #00856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 0%
G = 55.42%
B = 44.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#00856B (or 0x00856B) is known color: Observatory. HEX triplet: 00, 85 and 6B. RGB value is (0,133,107). Sum of RGB (Red+Green+Blue) = 0+133+107=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #00856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00856B is #FF7A94. Grayscale: #5A5A5A. Windows color (decimal): -16743061 or 7046400. OLE color: 7046400.

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

Color convert

RGB 0 133 107 -
CMYK 1 0 0.20 0.48
HSL 168.27º 1% 0.26% -
HSV(B) 168.27º 1% 0.52% -
XYZ 11.04 17.84 16.77 -
YUV 90.27 137.44 63.61 -
System Red Green Blue C M Y K H S L
Decimal 0 133 107 1 0 0.20 0.48 168.27 1 0.26
Hex 0 85 6B 64 0 14 30 A8 64 1A
Octal 0 205 153 144 0 24 60 250 144 32
Binary 0 10000101 1101011 1100100 0 10100 110000 10101000 1100100 11010

Color Harmonies of #00856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00856B

Black with #00856B

Text Example


Text Example

White with #00856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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