Html Css Color HEX #00856F Observatory

📋 copy color: '#00856F'

red 0 ◦ green 133 ◦ blue 111

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

Shades of Observatory #00856F

Tints of Observatory #00856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 0%
G = 54.51%
B = 45.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#00856F (or 0x00856F) is known color: Observatory. HEX triplet: 00, 85 and 6F. RGB value is (0,133,111). Sum of RGB (Red+Green+Blue) = 0+133+111=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #00856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00856F is #FF7A90. Grayscale: #5A5A5A. Windows color (decimal): -16743057 or 7308544. OLE color: 7308544.

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

Color convert

RGB 0 133 111 -
CMYK 1 0 0.17 0.48
HSL 170.08º 1% 0.26% -
HSV(B) 170.08º 1% 0.52% -
XYZ 11.26 17.92 17.91 -
YUV 90.73 139.44 63.29 -
System Red Green Blue C M Y K H S L
Decimal 0 133 111 1 0 0.17 0.48 170.08 1 0.26
Hex 0 85 6F 64 0 11 30 AA 64 1A
Octal 0 205 157 144 0 21 60 252 144 32
Binary 0 10000101 1101111 1100100 0 10001 110000 10101010 1100100 11010

Color Harmonies of #00856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00856F

Black with #00856F

Text Example


Text Example

White with #00856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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