Html Css Color HEX #00846F Observatory

📋 copy color: '#00846F'

red 0 ◦ green 132 ◦ blue 111

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

Shades of Observatory #00846F

Tints of Observatory #00846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.32%

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

R = 0%
G = 54.32%
B = 45.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#00846F (or 0x00846F) is known color: Observatory. HEX triplet: 00, 84 and 6F. RGB value is (0,132,111). Sum of RGB (Red+Green+Blue) = 0+132+111=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #00846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00846F is #FF7B90. Grayscale: #5A5A5A. Windows color (decimal): -16743313 or 7308288. OLE color: 7308288.

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

Color convert

RGB 0 132 111 -
CMYK 1 0 0.16 0.48
HSL 170.45º 1% 0.26% -
HSV(B) 170.45º 1% 0.52% -
XYZ 11.12 17.65 17.86 -
YUV 90.14 139.77 63.71 -
System Red Green Blue C M Y K H S L
Decimal 0 132 111 1 0 0.16 0.48 170.45 1 0.26
Hex 0 84 6F 64 0 10 30 AA 64 1A
Octal 0 204 157 144 0 20 60 252 144 32
Binary 0 10000100 1101111 1100100 0 10000 110000 10101010 1100100 11010

Color Harmonies of #00846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00846F

Black with #00846F

Text Example


Text Example

White with #00846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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