Html Css Color HEX #00846B Observatory

📋 copy color: '#00846B'

red 0 ◦ green 132 ◦ blue 107

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

Shades of Observatory #00846B

Tints of Observatory #00846B

RGB

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

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

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

R = 0%
G = 55.23%
B = 44.77%

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

#00846B (or 0x00846B) is known color: Observatory. HEX triplet: 00, 84 and 6B. RGB value is (0,132,107). Sum of RGB (Red+Green+Blue) = 0+132+107=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #00846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00846B is #FF7B94. Grayscale: #595959. Windows color (decimal): -16743317 or 7046144. OLE color: 7046144.

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

Color convert

RGB 0 132 107 -
CMYK 1 0 0.19 0.48
HSL 168.64º 1% 0.26% -
HSV(B) 168.64º 1% 0.52% -
XYZ 10.91 17.56 16.73 -
YUV 89.68 137.77 64.03 -
System Red Green Blue C M Y K H S L
Decimal 0 132 107 1 0 0.19 0.48 168.64 1 0.26
Hex 0 84 6B 64 0 13 30 A9 64 1A
Octal 0 204 153 144 0 23 60 251 144 32
Binary 0 10000100 1101011 1100100 0 10011 110000 10101001 1100100 11010

Color Harmonies of #00846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00846B

Black with #00846B

Text Example


Text Example

White with #00846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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