Html Css Color HEX #00966B Observatory

📋 copy color: '#00966B'

red 0 ◦ green 150 ◦ blue 107

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

Shades of Observatory #00966B

Tints of Observatory #00966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.37%

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

R = 0%
G = 58.37%
B = 41.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#00966B (or 0x00966B) is known color: Observatory. HEX triplet: 00, 96 and 6B. RGB value is (0,150,107). Sum of RGB (Red+Green+Blue) = 0+150+107=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #00966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00966B is #FF6994. Grayscale: #646464. Windows color (decimal): -16738709 or 7050752. OLE color: 7050752.

HSL color Cylindrical-coordinate representation of color #00966B: hue angle of 162.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00966B is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 107 -
CMYK 1 0 0.29 0.41
HSL 162.8º 1% 0.29% -
HSV(B) 162.8º 1% 0.59% -
XYZ 13.56 22.87 17.61 -
YUV 100.25 131.81 56.5 -
System Red Green Blue C M Y K H S L
Decimal 0 150 107 1 0 0.29 0.41 162.8 1 0.29
Hex 0 96 6B 64 0 1D 29 A3 64 1D
Octal 0 226 153 144 0 35 51 243 144 35
Binary 0 10010110 1101011 1100100 0 11101 101001 10100011 1100100 11101

Color Harmonies of #00966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00966B

Black with #00966B

Text Example


Text Example

White with #00966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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