Html Css Color HEX #00966E Observatory

📋 copy color: '#00966E'

red 0 ◦ green 150 ◦ blue 110

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

Shades of Observatory #00966E

Tints of Observatory #00966E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 0%
G = 57.69%
B = 42.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#00966E (or 0x00966E) is known color: Observatory. HEX triplet: 00, 96 and 6E. RGB value is (0,150,110). Sum of RGB (Red+Green+Blue) = 0+150+110=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #00966E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00966E is #FF6991. Grayscale: #646464. Windows color (decimal): -16738706 or 7247360. OLE color: 7247360.

HSL color Cylindrical-coordinate representation of color #00966E: hue angle of 164º 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 #00966E is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 110 -
CMYK 1 0 0.27 0.41
HSL 164º 1% 0.29% -
HSV(B) 164º 1% 0.59% -
XYZ 13.72 22.94 18.46 -
YUV 100.59 133.31 56.25 -
System Red Green Blue C M Y K H S L
Decimal 0 150 110 1 0 0.27 0.41 164 1 0.29
Hex 0 96 6E 64 0 1B 29 A4 64 1D
Octal 0 226 156 144 0 33 51 244 144 35
Binary 0 10010110 1101110 1100100 0 11011 101001 10100100 1100100 11101

Color Harmonies of #00966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00966E

Black with #00966E

Text Example


Text Example

White with #00966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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